Jesse R Codling
Jesse R Codling
I'm trying to add support for these [cheap BLE button tags](https://devices.esphome.io/devices/ble_itag) but I'm struggling with what needs to be defined in a "protocol" vs a "device". They're a basic presence...
Closes #35. This definitely compiles successfully now. I aimed for minimal changes. My only question left is does this need to implement the duplication logic for QoS > 0? For...
Is there a particular reason this is still pulling in lwmqtt 0.7.0? It seems this would benefit from some of the more recent changes (particularly the arbitrary output sizes in...
## Steps to Reproduce 1. Run a mono program, particularly with a dark GTK theme set - some elements do not obey the theme rules, leading to unreadable text. 2....
Hi! Thanks for your gorgeous themes! Is there any chance of this repo getting the alternate colors (Azul and Aliz) that the GTK version has?
`ytmusicapi` has supported an [OAuth login flow](https://ytmusicapi.readthedocs.io/en/stable/setup/oauth.html) instead of manually extracting cookies since version [1.0](https://github.com/sigma67/ytmusicapi/releases/tag/1.0.0). Is there any chance of supporting that in `mopidy-youtube`?
`ytmusicapi` has supported an [OAuth login flow](https://ytmusicapi.readthedocs.io/en/stable/setup/oauth.html) instead of manually extracting cookies since version [1.0](https://github.com/sigma67/ytmusicapi/releases/tag/1.0.0). Is there any chance of supporting that in `mopidy-youtube`?
A couple sets of changes needed for Numpy 2.0, just replacing `np.unicode_` with `np.str_` and `np.NaN` with `np.nan`. Both are drop-in replacements for Python >= 3.6, which looks like the...
Is it feasible to add some basic line-editing to this library? Just handling the backspace key alone would make a huge difference since it would enable fixing mistakes when typing...