-
What I'm proposing is to split the MIO specifics out of the Raft core. Specifically to make sure that the Raft implementation doesn't contain opinionated and possibly consumer blocking constraints suc…
-
Our controllers get more dependencies with each feature leading to many dependencies.
This makes testing very complicated and is also a sign, that we should split our controllers or introduce another …
-
This issue can be spotted in the wild throughout different spells:
2024-03-26: https://etherscan.io/address/0xcD672aCc9885796a19b4bAf03Dba46c8cdB0882B#code
2023-07-14: https://etherscan.io/address…
-
It occurs to me that many public datasets have predefined training and testing splits for comparison purposes. We need the ability to supply a --train_dir and --test_dir or a train.pcap and test.pcap …
-
To-Do pushed to next release:
- [ ] Parse the log output in GitHub actions to detect overflows that might cause issues in the produced artefacts (PDF etc.); meaning missing line breaks (happens for e…
-
This project houses many lovely applications that use JUCE, but, as it would appear, none have been updated to work with a later JUCE (such as those included in many Linux distributions, Debian being …
-
So during my attempts to run `predict` on very large "testing set" grids, I ran into the classic memory overflow issues that `predict_in_batches` tries to protect against. However, I don't think funct…
-
In the following test, notice the complicated line required to get an existing resource from the builder and modify it using the extension methods on the specific resource type:
```csharp
[Fact]
…
-
**Describe the bug**
After splitting a terminal, if the focus is lost on the containing paned, the terminal resizes.
I think this is the same bug I was talking about in #553
**To Reproduce**
- S…
-
We need to set up automated performance regression testing eventually.
Base idea:
- Legacy operations tests can be automated, since all operations are split into groups, and they share signatures wi…