Henry Ruhs
Henry Ruhs
Fails on image URL with query string and reports: Image format not supported. Workaround might look like: ```php $urlArray = parse_url($result->thumb); Pixeler\Pixeler::image($urlArray['scheme'] . '://' . $urlArray['host'] . $urlArray['path']); ``` or...
Hello, I wondered why an `exit` is printed after pressing `CTRL + D` to finish the cast using `rec`. ``` redaxmedia@redaxmedia:~$ exit asciinema: recording finished asciinema: press to upload to...
The codebase and pyqt5 dependency did not change, so this might be a Linux related issue. ``` Consumer elgato_streamdeck crashed! QPaintDevice: Cannot destroy paint device that is being painted ```...
- [x] No executable being created - fixed since 10.1.0 > The setup tools entry point approach has the benefit that on windows an .exe will be created that can...
In my personal opinion, the public API should be much more simpler. Developers who jump on board should not have to deal with `PilotBuilder` and `asyncio` as this are internals...
**Describe the bug** Working: 1. Turning bulb on and off 1. Using `light.mode` like `RAINBOW_CROSSFADE` is working 1. Changing the colors via magic hue app Not working: 1. Changing colors...
It should be `asyncio.get_event_loop().run_until_complete()` ... right?
- [ ] Integrate all devices supported by busylight-for-humans - [ ] Switch Bitbucket integration to OAuth - [ ] Prefer serial based output and filtering - [ ] Is...
It would improve the developer experience to have specific models for each device instead of generic ones. Using `info['serial_number']` for example could throw a warning via the mypy type checker....
MSSQL fails with an `SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]` syntax error when using `offset()`... 1. `TOP` and `OFFSET` are not allowed to be used in one `SELECT`...