Simon Rettberg
Simon Rettberg
We're using something like that, here's our patch (probably not up to snuff when it comes to quality/style etc. regarding a PR?) ```diff diff --git a/src/hci/commands/login_cmd.c b/src/hci/commands/login_cmd.c index c9e19643..6ed76c6f 100644...
Same issue here. Fixed via ```python if args.ieee_address != 0 and args.ieee_address != None: ```
I've got 3 of these (and a _TZ3000_msl6wxk9 which seems to be identical apart from the LED being red instead of blue), and run into the issue mentioned, namely that...
@Kerber0ss A [Tuya wall socket](https://www.zigbee2mqtt.io/devices/TS011F_plug_1.html)
So this just uses yt-dlp in the background? It would be super cool if this also supported PhotoPrism share URLs, so that I can pass a link to an album...
There is [PhotpPrism-Mobile](https://github.com/photoprism/photoprism-mobile), but it's got some issues as of recent, which is why you can only use older versions if you don't want to build a patched version of...
Looks like we need to collect the names of those scanning devices. I can add one: Manufacturer: Reflecta Model: DigitDia 7000 That's the one I have, and there are newer/older...
> The version of TensorFlow causing the problem was simply compiled for a specific CPU architecture level There is no such thing really. The gcc optimization options are just shortcuts...
Since this sounds like a more involved undertaking that might take a while to land... Did you consider just always extracting thumbnails as png via ffmpeg and then converting them...
> A linear conversion from 10-bit PNG to 8-bit JPEG would probably lead to a similar result without applying a suitable color profile. Sure, but whatever image viewer you used...