Julian Grinblat
Julian Grinblat
Out of curiosity, could you try from podman? I personally don't use `docker` and I never tested it. One possible solution is to add a check for dbus connectivity, and...
`gamemode` is the only program accessing `dbus`, so adding the check would solve the issue. Maybe this can be solved upstream in the meantime though, might be worth opening an...
oh, just looking into `gamemode` I found this commit: https://github.com/FeralInteractive/gamemode/commit/3fa41891cf2507928cf37878cd89cde17db27b20 @netbrain I think updating to the latest `1.8.2` gamemode in the image will fix this issue
@JoshuaKGoldberg thanks for summarizing it more clearly than the original post 🙂 ok, I just looked into the codebase, and I think this will be very simple to implement, but...
I updated my dactyl_manuform after a few years, and I ran into this issue
I could fix this by using `#define USB_SUSPEND_WAKEUP_DELAY 500`, I'm on `qmk 0.30.5`
ok, I managed to add some regression tests! they don't seem to work on http2 so I disabled those
@titanism any chance we can get this in? Thanks!
ok, I figured it out, will send a follow up PR :)
I think the relevant change is this one: https://github.com/ramda/types/pull/129 I had the exact same problem