Matt Mastracci
Matt Mastracci
As mentioned in https://github.com/mmastrac/longshot/issues/5, it could be useful to provide a WebSocket interface for allowing multiple users to multiplex the machine.
Right now the code is intentionally ignoring some alarms that are non-fatal (currently just CleanKnob, but we'd probably want to add descaling): https://github.com/mmastrac/longshot/blob/995bf7309336e24e060565527058c0445dec2349/src/ecam/ecam_wrapper.rs#L88 We should likely include certain alarms as...
We'd like to support SNI on TLS connections for both raw TLS sockets and Deno.serve. The underlying TLS library (https://github.com/denoland/rustls-tokio-stream) supports SNI, but we need to expose this properly. Here's...
If an op, resource or timer leaks from a test that ignores sanitizers, that op, resource or sanitizer should not trigger leak detection in later tests. ``` Deno.test({ sanitizeOps: false...
- [ ] Split the `test_util` into the actual test utils and `test_server`, trim the deps on both of them to the minimum necessary - [ ] Write docs in...
This will allow us to remove the `utc_now` function. Feature landed in: https://github.com/chronotope/chrono/pull/1343
This PR migrates the connection pooling algorithm from Python to Rust. It attempts to maintain as much of the algorithm as possible, though there will be some differences as a...
**Describe the bug** When connecting to EdgeDB cloud, the required `EDGEDB_*` environment variables need to be read to retrieve the required instance and secret key. The Deno adapter silently avoids...
Playground link (compiles): https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=70ffd01d215fbd49e02bc06970779e2b Error in rust-analyzer: `expected &HandleScope"` This was working previously and seems to have broken recently. It appears that a compilation of: - Lifetime generics - Generics...
It appears to cause issues w/GC on objects in other tests, but it's not clear what's happening. ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==74371==ERROR: AddressSanitizer: BUS on unknown address (pc 0x0001037307a8 bp 0x00016dfde370...