Luke Miller
Luke Miller
Ah, makes sense. Since VLC supports it, is there a way to use their plugin? If not, no worries; thanks for all you've already built.
I also experienced this bug today. Everything was working normally, then I did a settings > maintenance 'update station images' and 'update stations' and then it would only play the...
I found this issue when trying to use 'input_raspicam'. I can confirm that input-uvc does work instead on the 64bit raspberry pi os: `mjpg_streamer -o “output_http.so -w ./www” -i “input_uvc.so...
I am also interested in this. This would make it possible to solve [ticket 2356](https://github.com/johannesjo/super-productivity/issues/2356) without too much effort, as well as bring in other integrations (freshdesk, vikunja)
> How to switch between Bluetooth and wired models When setting the `keyboard.go()` function you can put secondary hid type like so: ``` if __name__ == '__main__': keyboard.go(hid_type=HIDModes.USB, secondary_hid_type=HIDModes.BLE, ble_name='KMK')...
I experience the same segfault crash on nixos and on popos (2 different machines)
Same for me on OpenSUSE tumbleweed (after system update): I only had to comment lines 151-154 and the AVS firmware was already available.
Did anyone figure out a workaround to this one in the docker compose file?
Same here. It just started erroring for me, saying ``` cloudflare-ddns | 🧩 IPv4 not detected via 1.1.1.1, trying 1.0.0.1 cloudflare-ddns | 🧩 IPv4 not detected via 1.0.0.1. Verify your...
Just commenting on how I got it working on pop-os (ubuntu based). I needed to create a virtual environment, install system packages, install the python hid library, and then run...