-
RTIC is unique as offering hard-real time capabilities to (mixed critical) applications. I.e., as long as a lower priority task do not share any resources with critical task, the lower priority task w…
-
Although we should implement refactoring as a constant part of our dev process, we started off with a rather rapid prototyping and left things a bit unmanaged due to the fast paced development cycle…
-
I am trying to explore the backend server. After resolving dependencies issues, I tried to start the server but system doesn’t shows any running backend server neither logs helps out to identify the i…
-
I have a custom theme defined as follows:
```
@MonarchTheme('Green Forest: Light', isDefault: true)
ThemeData get greenForestLight => FlexThemeData.light(
scheme: FlexScheme.green,
…
-
### Context
At the moment, the `MessageHub` directly submits _own_ proposals to the HotStuff event loop _without_ them going through the compliance engine.
https://github.com/onflow/flow-go/blo…
-
I'm interested in viewing the `hyp_impscores` of the BPNet outputs, as seen in line 5, row 2 of [this document](https://github.com/kundajelab/tfmodisco/blob/master/examples/H1ESC_Nanog_gkmsvm/TF%20MoD…
-
**What:**
Expose per realm write locking feature or introduce dedicated api for hot-backs of open realms.
**Why**
There are currently cases of realm db corruption that cannot be debugged without a…
-
It looks like we added code to the workbench to reload the window in certain cases when entering a workspace or folders change:
https://github.com/Microsoft/vscode/blob/053a32e2bbc354af2b19cb40758f…
-
- [x] Hot code-reload on dev env (#12) [linux / with inotify]
- [ ] Reload symfony kernel / DI container (or check if it is possible?)
- [ ] Reload on macOs (fsevents)
- [x] Demonize option (#8…
-
**Describe the feature:**
Provide a way of showing "hot" shards in the stack montoring UI. Specifically ES nodes that are spending most of their time attempting to write to a single index.
This …