Adam Gausmann
Adam Gausmann
Sorry, the rp2040 Spinlock is not the best example, I had an incorrect assumption about how that API works. This may still be worth considering, I still think it would...
If we have a `trait ConstInit`, then `Mutex::new` would just require an additional bound `R: ConstInit`. I don't see how that would make it non-const.
> You'll need to add a separate constructor method to build a `Mutex` from a given `RawMutex` though. That already exists as `Mutex::const_new` (not my favorite name, but not a...
Sorry I haven't responded to this, I have a bit of trouble understanding what you're asking. However, force_reset has now been implemented and merged (#13), if you want to try...
I haven't experimented with Chess960, and I'm not actively writing chess engines right now. But if I understand correctly, there isn't much difference between it and standard chess, just that...
Hi, it seems like you are using Windows, and unfortunately I have only really tested this on Linux. But I would definitely like to fix this and improve support for...
I think you're on the right track, perftree just tries to "execute" the file at the path that you give it. But on Windows, I don't think you can execute...
I have a similar feeling; I think the tag on structs is redundant for all except the top-level object (if you want to validate that the top-level tag is correct)....
Although I think I understand the reason for having it, at least for `XmlWrite`, because the struct needs to know what its tag will be in order to write itself....
In my experience, `opengl_graphics` works fine with OpenGL ES 2.1/3.0. Have you tried using this crate instead? E: My use case wasn't GL ES _per se_, but it was the...