-
I would like an interface that combines events and methods like this:
``` csharp
public interface IAssetManager {
public void Add(AssetDto asset); // WampMethod
public event Action AssetAdded; …
-
Here's the list of the Rust compiler errors that the compiler can emit according to https://doc.rust-lang.org/error-index.html. All old errors (i.e. marked with `Note: this error code is no longer emi…
-
One of the valid "nits" with wrk2 is that it can "over-report" latencies by up to 1msec because the rate-limiting model uses the call:
` aeCreateTimeEvent(thread->loop, msec_to_wait, delay_request…
-
### Describe the Feature
A makefile target that downloads adequate data to run a real-world benchmark (compression and decompression). Or something similar.
### Expected Complications
_No response_…
-
LeoCAD has advanced well past the early stages of its development - documentation is scarce and outdated. Even some advanced users (such as myself) fail to identify actual features and mistake them fo…
-
Hello, I'm also the author of yet another floating-point format algorithm which I call Grisu-Exact (https://github.com/jk-jeon/Grisu-Exact), which originally started as a variant of Grisu but eventual…
-
It seems like the function register_error() is unused in the libusb, Linux and Mac implementations of hidapi:
```
.../hidapi% git grep register_error
libusb/hid.c:static void register_error(hid_devic…
-
E.g. compile with support for both ALSA and JACK, and give the application the ability to dynamically select the backend. It is not clear how this interacts with the `jack` feature-flag.
-
In lines 159 and 161, shouldn't tf.sigmoid be applied to the output as well?
-
One of the remaining architectural problems that must be solved before this project can be used to load our apps is how to maintain important state between apps.
Namely, it would be undesirable for t…