Eddie

Results 30 comments of Eddie

@LifeBandit666 This worked for me with my WLED and Tasmota bulbs. Thank you so much! I set both transitions to 0 and now they behave as expected. A transition would...

Same here: ``` from instalooter.looters import PostLooter code= 'CLt6RG7pfqk' looter= PostLooter(code) d_media = looter.get_post_info(code) ``` yields Traceback (most recent call last): File "/home/john/python-code/webAPI/social_media/proj/qa/instaloot.py", line 4, in d_media = looter.get_post_info(code) File...

[This library ](https://github.com/ageitgey/face_recognition) seems like a good fit, it is written in python though. Users could manually tag a "few" pictures and then use those existing tags to train a...

I just realized that I already can do that.... I am sorry for the brain fart.

@Odianosen25 Ok, maybe the request wasn't too far off :)

@Odianosen25 The custom constraints are on a per app basis, if I understood them correctly. My hope with decorators was that they could be used globally. Because a lot of...