Fred Nielsen
Fred Nielsen
My S5 running stock 3.5.7_002008 recently said "Positioning, please wait." This prompt is not listed in [audio_en.csv](../blob/master/devices/xiaomi.vacuum/audio_generator/language/audio_en.csv) so I am assuming the prompt packages are out of date for this...
```python spaces = api.rooms.list(sortBy='lastactivity') for space in spaces: do_something(space) ``` While code like the above has previously worked without issue against my account, it now loops endlessly; repeating through spaces...
related to #133 and for debugging\troubleshooting in general, would be nice to include support for passing `verify=False` through to `requests` to make working with a self-signing SSL sniffer (Fiddler or...
on 8/27 the People endpoint (finally 🎉) added support for setting phone numbers and locations, we should wrap it here
### Checks - [x] I have read the FAQ section, searched the open issues, and still think this is a new bug. ### Describe the bug you encountered: So I...
# Problem to Solve no in-built function to colorize JSON # New Feature/Solution Function that provides rich colorize functionality for JSON snippets - distinguishing between strings, numbers, objects, array, booleans,...
### What happened? When I use native key combo's (i.e. `CTRL+WIN+RIGHT\LEFT`) to switch between virtual desktops, WindowsVirtualDesktopHelper seems to actively fight my switching. Using a single 4K monitor and 7...