Cynthia Coan
Cynthia Coan
This is just what I got too while looking at this during work meetings today. Booted it up on atmosphere, and SplitNX folder was created, and it built. So I...
Using this lovely library, and as such I've got a new use case (oh yay!), Currently when telling tracing to log in json by configuring it as such: ```rust let...
### Description ### I was linked to: [Que](https://github.com/chanks/que) a job queue in ruby that claims superior performance by using Advisory locks. This is true advisory locks are faster, and would...
### Description ### Strands are a really useful mechanic, mainly in the fact they can help ensure one type of job/one particular tenant doesn't stomp all over your job queue...
👋 Thanks for this tool! I've been writing some tooling to automatically dump things from GHIDRA, and currentlyt he dump takes ~4 hours because it's just dumping everything in the...
hi, really enjoying SQLx so far. One thing in particular I'm missing from a past ruby-life is something that I always knew as "marginalia" which came from the name of...
👋 I'm looking at using this logic as part of my own HTTP Client, and I was hoping to get access to the `UnixStream` type: . The main reason i'm...
Opening a tracking issue here, as a carry-over from: https://github.com/google/starlark-rust/issues/283 :smile: , as it seems there were a couple options discussed (RUSTC_BOOTSTRAP in this crate vs others, potentially maintaining a...
Hey! First off thanks for the awesome project! I'm looking at using a development JDK with this extension. However, I'm running into an error trying to configure it. While digging...
Currently, http-parser will always support the: `Proxy-Connection` header. This header is not standard, and not required for any real legitimate client: * https://jdebp.eu/FGA/web-proxy-connection-header.html * https://en.wikipedia.org/wiki/List_of_HTTP_header_fields are two examples explaining this...