Noa

Results 61 issues of Noa

This is sorta a work in progress that's ready for review, mainly since I'm still not sure whether parallelizing `py_freeze!` is actually a good idea. My original idea was to...

This is my attempt at fixing [this possible issue](https://www.speedrun.com/posts/ahc8n) - using the in-game timer for some types of speedruns might not be reliable at the moment, since if you get...

Woohoo Rust 1.75!! There's also a slight change to `static_func()` again, but that's sorta because of the change for RPITIT.

### Summary This might be niche, but I have a crate that implements `proptest::Arbitrary` only when `cfg(test)`. It does so in an inline module, but that inline module is not...

C-bug
I-false-positive

(prior art #88) So, these headers are sorta weird in that they have different forms depending on whether they're in a request or a response. For `Sec-Websocket-Protocol` specifically, this is...

I'm not sure if there was a reason this wasn't a thing, but afaict `validator::core::exports::Module::exports/imports` is never accessed to get() at one of their entries, only ever to insert stuff...

- Fix bindings_with_variant_name error - Better error message for AsciiChar::new

I'm aware how minimal and stable this crate is and has been for a long time, but something that's always put me off from using it (usually in favor of...

Unnecessary, since all the errors that can happen are just standard OS errors. I was gonna make the `InvalidEvent` condition just be a custom `io::Error`, but I replaced with a...

Right now, notes are only in the in-memory data structures, they don't get output to stdout or HTML.