Artur Tamborski
Artur Tamborski
Hi, I am pretty sure that textbelt just sends a message to all emails from selected providers list. This is the code responsible for sending messages using mutt. ```javascript region...
Since this command isn't implemented, but the needs are still there, here's a short description of how I did it recently in a somewhat automated way using existing terraform commands...
thanks! this PR might need one more fix, see https://github.com/pytube/pytube/issues/1199#issuecomment-1016947797 for details
@JavDomGom please add another change to your PR: ```diff # pytube/parser.py, line 152 - func_regex = re.compile(r"function\([^)]+\)") + func_regex = re.compile(r"function\([^)]*\)") ``` this fixes another exception occurring during audio fetching:...
Yea, this stuff is kinda broken. I'll allow for contributions but only after #41 gets merged. You can start working on it if you want but it's not stable yet,...
I can't tell you exactly what is not working because I haven't written tests for Monitor/reactive parts of the library. The readme states that automatic updates from motion to python...
I want this library to be fast and in order to have that I would need to profile the library API. I don't want to do it now because the...
Looks like Jamie merged some of the pull requests in the original repo which is nice :) It's good to know that he might still want to work on it...
Update; I've sent some commits which are supposed to clean up the lib just a bit more (especially the conversion from notion to python and vice versa) which are working...
New release, v0.0.6 :) Lots of changes, but no major features for the user yet, I feel like I'm on the last turn (refactor of markdown and fix for callbacks)...