-
Inspired by https://github.com/RigsOfRods/rigs-of-rods/pull/2575
RoR's modcache (content database) is central - it lists all installed terrains/actors/skins and lets player query&pick via SelectorU…
-
For some tasks, including parallelization, we need to add many components to circuit and generate assignments for them independently or even at the same time. Since it's not possible with only one cir…
-
Despite the simplicity with which Ergo can interface to C#, it would be nice to provide a default database-like API to handle persistent state idiomatically. This has become especially evident during …
-
As a bit of a test as one of my projects uses [spf13/afero](https://github.com/spf13/afero) for all other disk operations I implemented the go-billy interface as a wrapper for afero for use in go-git.…
-
If one accidentally uses `std::sync::Mutex` in asynchronous code and holds a `MutexGuard` across an await, then the future is marked `!Send`, and you can't spawn it off to run on another thread - all …
-
In #2317, MSVC STL dropped support for Windows Vista and make `SRWLOCK` unconditionally used for `mutex`. However, there're still some implementation details using `CRITICAL_SECTION`, all of which can…
-
Latest master revision (2989143935775a21d6e8d30c7166c473bd1f78bd) doesn't seem to work in CGI mode. At the same time, 2.0.19.1 version works fine. I tried both versions with the same config, and both …
-
Advantages:
- Makes the codebase smaller
- Qt is more widely used, so it should be more stable
- It supports events
- Qt GUI backend may be used to replace SDL and X11
Disadvantages:
- Doe…
-
**Is your feature request related to a problem? Please describe.**
The work in #33007 has given us good blast radius mitigations should a replica be unable to serve requests as a result of a loss of …
-
This ticket tries to enable threads in the NTL build, as suggested in #27764.
4 years ago, as of the NTL upgrade ticket #20590, we weren't ready to have NTL built with thread safety because of a la…