chrysn

Results 314 issues of chrysn

The CCM mode of AES encryption, a AEAD algorithm that is for example mandated in the [OSCOAP](https://tools.ietf.org/html/draft-ietf-core-object-security-00)) protocol, seems not to be implemented in rust-crypto. Please consider adding it and...

Storing the User-Agent header of the client triggering a commit has helped me a lot in the past when I had to revert buggy clients' errors. From a first look...

enhancement

The way panics are discouraged ("Crates providing libraries should never use functions or instructions that can fail and cause the code to panic [including] assert, an unchecked access to an...

Right now, while we provide links to crates roughly structured into "implements embedded-hal" and "uses embedded-hal" (driver crates). For the crates we list, that's easily managed manually, and we only...

enhancement
On hold

Time and again questions of "but is it production ready yet?" come up ([latest](https://www.reddit.com/r/embedded/comments/p0wnio/how_do_you_create_a_codebase_for_a/h8b3adc/)). Would it be within scope to gather links to commercial projects that publicly state that they're...

enhancement
help wanted

The data structure created by horrorshow might easily be suitable to create a DOM from it as well, in parallel to serialization to text-encoded HTML. Some features of horrorshow might...

Working on https://github.com/anr-bmbf-pivot/draft-dns-over-coap I got complaints about dead links; it seems that when branches are removed after merging, parts are removed but the index stays. I'll investigate later, and file...

When a crate's documentation contains a point from where on it is not practical to include in the README any more, it would be convenient to add a magic marker...

in writing the EFM32 HAL, I sometimes end up implementing an abstract peripheral in unsafe Rust, where I take a register the I don't actually have a mutable reference to,...

enhancement

When bouncing near the edge of a tile, the splatter decal is also painted over the hole in the ground. (Observed in the version published as 1.0.5 [on f-droid](https://f-droid.org/en/packages/org.pipoypipagames.towerjumper/), not...