Colin Barndt
Colin Barndt
Here you go: https://gist.github.com/ColinTimBarndt/aebc51177b93b7c6c002bb765ff1a941
I tried to parse this code: ```rust fn main() { say("Hello World!"); } ```
@CConnection There is always at least text decoding because of the error handling: ```js imports.wbg.__wbindgen_throw = function(arg0, arg1) { throw new Error(getStringFromWasm0(arg0, arg1)); }; ``` Is there any way to...
I'm completely new to kernel modules and USB, so I won't be able to help implementing the driver, but I can provide what I found when playing around with Wireshark...
Here's the `.pcapng` download: https://colintimbarndt.de/openrazer/Kitty-V2/change_color.pcapng In this capture, I changed the color from red (`#ff0000`) to `#c0ffee`. The Razer software blends the colors, as can be seen when filtering the...
After rebooting to Linux, I noticed that my headset is now cycling through hue. I don't know how this was configured on the headset because I set it to solid...
#54 would solve this problem by allowing these off-screen coordinates (and still checking them).
You could try out #54 where I've added a destruct function to the driver and bus. You could use that to re-assemble it again which would cause re-initialization. I'm not...
Your Winetricks version is outdated. You can follow this guide to install the latest version: https://wiki.winehq.org/Winetricks
In #54, I added an example for the Arduino Nano, but it's general enough to work on any Arduino as it's using [arduino-hal], which is part of the same project...