Plecra
Plecra
So btw, using the cargo metadata will require a procedural macro (since `env::var` is not a const fn). Since this will force `StableTypeId::of` to be evaluated in the procedural macro...
Yes, there'd be no problem doing that with the API as it is now: ```rust let base = Process::current().priority().unwrap(); // This is a tad clunky. That's half-intentional to discourage blindly...
For sure! I'm in the middle of some exams right now, but I should be able to push the windows support later this week. I'm trying to pin down Windows'...
We need `winit` to tell us about the caps lock state, really. It doesn't look like they expose the API yet, and its internally tracked in `xkb` state that we...
I've tried the new windows driver - plenty of features work :) But serial debug print doesn't seem to get properly forwarded to the COM port Edit: The serial enable...
I'd like to expand this feature request to resolve https://github.com/khonsulabs/gooey/issues/81. The `ModifiersState` that we can receive in `ModifiersChanged` doesn't allow us to read the NumLock or CapsLock states. This doesn't...