gordon-quad

Results 27 comments of gordon-quad

any news on that? Trying to make a yocto layer for gnubee and I would really like not to fallback to older version of gcc. It looks like there is...

If someone still interested, I've tested this code (ADC and LEDs) with maple bootloader and it works like a charm!

@l29ah pretty much dead https://bugs.gentoo.org/913702

It works with older (2.2.0) version, but not with recent one. Unfortunately in 2.2.0 HTTP2 is broken (or not implemented). It would be really nice if this could be fixed.

Simple but ugly workaround ```patch diff --git a/pproxy/server.py b/pproxy/server.py index dc3e4e5..26963ce 100644 --- a/pproxy/server.py +++ b/pproxy/server.py @@ -153,11 +153,12 @@ async def check_server_alive(interval, rserver, verbose): pass class ProxyDirect(object): - def...

I took a stab at debugging it and it looks like there is a functionality to mach root window, but it is broken because of some bytes vs. strings encode/decode...

I did a little investigation and it looks like following patch fixes rstick mouse on my deck, however it is a bit ugly. ```patch --- a/scc/actions.py 2023-10-16 19:06:46.387956633 -0000 +++...

would love to help and send a PR with that feature with a little guidance, if you can point me at the code where I can add additional buttons and...