clach04
clach04
@FulyaDemirkan thank you for taking the time and effort to make the comprehensive and detailed reply! That helped explain things for me :) The screenshot especially made it clear. I...
@AcidWeb is the in-progress v6 branch available anywhere? I just saw this and now realize the PRs I posted are after when this was posted so not likely to get...
NOTE on my SBC the Linux distro version of PIL is 4.0.0 - so if WebP support is **not** needed, need to disable Pillow 5 check. I don't think that's...
For more complete diff/commit to revert PIL/Pillow version check see https://github.com/clach04/kcc/commit/590a93da9692eb8d4daa3c3222723e7581dc2b45
cropping power appears to have same scale so seems reasonable to me :+1:
Just tested this with one of my projects and it works with Python 3.5.3. It does break Python 2 support, https://github.com/btimby/mobi-python claims to support python 2 and 3 but it's...
Issue #11 also includes a setup.py file along with Python3 support (but breaks Python 2 support)
Thanks! For some reason I couldn't find a quick an easy way to get URL tracing out of the server, so I took your advice and had a look at...
Not 100% what was asked for but take a look at https://github.com/jpmens/mqttwarn / - Mqtt relay to XYZ. It only source is mqtt but it can emit to others
@caco3 I'm in the same boat, the API definitely changed as a CastInfo is required. Unfortunately due to issue #290 client side code can't determine which API to use other...