-
Originally reported by Anton Ivanov as follows:
> I'm trying to run some simple benchmarks (whetstone, for example) on rumprun (on XEN and KVM). I face a problem, which was already addressed about 9 …
-
While trying to get a grip on the new TIA code, I am really missing code comments.
I know this is tedious work, but IMO classes, members and methods should be commented. Plus additional code commen…
-
Hi!
For the same set of test projects, tests that are run from `.sln` file are executed faster than tests, that are run from traversal project file.
**How it looks in Process Explorer:**
For a so…
-
Currently this module focuses on providing low level data as reported back from the heat pump itself. While there are different categories of data (parameters, visibilities and calculations), they are…
-
Similar to https://github.com/vincss/mcsleepingserverstarter
Since this router is also aware of service definitions, and service definitions contain references to deployment or statefulset object vi…
-
A separate "incident" worker will poll the redis storage and detect workers which have failed to check-in.
The worker will coordinate with PagerDuty, which will be responsible for sending out notific…
-
The AADL standard defines properties for static scheduling:
- Sheduling_Protocol can be set to static.
- a frame_period property is defined as the period of the scheduling table
However, there …
-
This would be a utility function -- inside or outside of Emacs -- which reschedules all positions forward or backward by N days. Similar to the [Postpone card's review](https://ankiweb.net/shared/info…
-
The following
```python
import uasyncio as asyncio
async def bar():
await asyncio.sleep(1)
print('In bar')
async def foo():
print('Launching bar')
await bar()
print('G…
-
According to Raymond, approximately 8% of classes have 2 meeting patterns (time/day combos). Workday is going to have two fields for this (meeting pattern 1 and meeting pattern 2). We should probabl…