Heyang Zhou
Heyang Zhou
### What is the problem this feature will solve? Hello, I'm trying to get `bun:sqlite` working on [mvsqlite](https://github.com/losfair/mvsqlite). It seems that Bun statically links against SQLite3 (so it doesn't work...
In v0.6.2 a new field `url_args` was added to `a2::request::payload::APS` in https://github.com/pimeys/a2/pull/57. This breaks API compatibility: https://github.com/losfair/blueboat/runs/4390068136.
On SQLite VFSes where transaction start and commit are high-latency operations, this improves ZIP import performance a lot. Should help under the default settings too, as transaction commit involves at...
Hi, I'm trying to get better-sqlite3 working with [mvsqlite](https://github.com/losfair/mvsqlite). mvsqlite can `LD_PRELOAD` into existing SQLite applications, given that the application dynamically links to `libsqlite3.so`. I patched better-sqlite3's build scripts and...
**Describe the solution you'd like** I'm using `hyper::body::Sender` to send an SSE stream to the client. For each connection there is an associated Tokio task that subscribes to a distributed...
With the current `UserPtr` implementation we don't isolate userspace memory accesses from the rest of the kernel. The kernel dereferences user pointers directly, and VM faults from writing/reading a user...
It seems that the results vary a lot on different CPU architectures. Testing on a Ubuntu VM (kernel version `5.4.0-65-generic`) running on Apple M1 with the `thread-brigade` and `async-brigade` tests:...
Node 15 is no longer maintained.
This adds support for setting a different notification email for each project.
The call to `this.emailService.send` is missing an `await` so exceptions thrown from `send` terminate the node process.