Ferdinand Bachmann
Ferdinand Bachmann
AFAIK, the bootrom command interface does not allow you to insert arbitrary SPI commands, so you can't use FLASH_RUID_CMD directly. The best way I found for now is to upload...
You might want to look at my `rewrite-main` branch; that contains a bunch more changes and simplifies work with multiple picos by a lot. It is probably not production-ready, but...
> In `get_usb_device_serial` I see you are connecting to the device (which could fail if the device is open by another process), and performing I/O to get its serial number....
This issue was found by Clang's undefined behaviour sanitizer: ``` ~/dolphin-emu/Source/Core/DiscIO/WIABlob.cpp:768:17: runtime error: null pointer passed as argument 1, which is declared to never be null /usr/include/string.h:44:28: note: nonnull attribute...
I also want to add that even if the mail server / domain is the same, the mail server will not necessarily allow you to send as [email protected] with the...
The async-channel fixes are incorrect; something breaks as soon as a notification from `swayosd-client` comes in, somehow closing the channel used for the libinput backend, which makes caps lock notifications...
> The async-channel fixes are incorrect; something breaks as soon as a notification from `swayosd-client` comes in, somehow closing the channel used for the libinput backend, which makes caps lock...
This will probably take a while to be finished, but since there is now at least a compiling gtk4 codebase, hopefully it will be less daunting for other people to...
I figured out how to make it work (including a bug reproducer for gtk4-layer-shell), will push once it's cleaned up :) The current version runs, but doesn't correctly handle changes...
Fix for upstream gtk4-layer-shell issue: https://github.com/wmww/gtk4-layer-shell/pull/49 With that fix it doesn't crash any more. I also changed the margin code so it is always updated when its inputs change, which...