chrysn
chrysn
The sorting rules in 3.9 of RFC7049 are rather explicit, relate to the encoded version of the key elements, and are most importantly not compatible with sorting unicode keys, because...
> Declaring types as opaque should "just work" if you don't make them repr(C) or such. The issue I'm having with them is that while I don't need access from...
I was unaware that emscripten sets the "unix"-cfg; is there any way to have an "else" part in the cfg variations to do this cleaner, or should I rephrase the...
Updated the commit to reflect CryZe's findings about wasm-emscripten; tested under unix and wasm32-unknown-unknown.
May I ask that we keep unrelated issues (like rand versions) in their own issue? I'm happy to address regressions this issue introduces, but `target_os="cloudabi"` looks like something that wouldn't...
I can't help here in terms of code, but maybe provide a pointer: if slideshow used the Storage Access Framework rather than direct file access, it would not only see...
that the images should be more easily rebuildable seems to be a separate issue to me.
It's certainly nice to have ready-made actions, but I'm not sure this will save more than the `rustup target add` step -- the dedicated test crate will still be necessary,...
Short of patching trybuild (which I don't have any capacity to do right now), is there anything I can do to advance this issue?
With 1.64 released, I've been running a round of CI tests at https://github.com/RIOT-OS/rust-riot-wrappers/pull/10#partial-pull-merging in parallel to local tests -- unsurprisingly, there were no surprises. I've added one commit updating all...