Dmitry Arkhipenko
Dmitry Arkhipenko
[Telegramer-2.0.5.0-py3.9.egg.zip](https://github.com/noam09/deluge-telegramer/files/9454991/Telegramer-2.0.5.0-py3.9.egg.zip) Here's zip archive with a freshly built egg
When will this be merged. Can I help you merge it somehow? I ran across same weakdict-based stuff and trying to resolve it I cannot cache objects because of weakdicts:...
> @dkgitdev That shouldn't be happening and this won't fix it. It suggests that either you have a **getstate** function that isn't calling super. Or you have a queryset that...
Here's what I got from powershell on my Russian-based Windows 2004 (19041.29)  I suggest using this arrow as a middle one -- ⇒ -- it's 8658 in ASCII, and...
I suggest you moving onto Request / Response Middlewares. This way we can integrate current middleware type as Request Middleware and provide a way to basically tag, filter or do...
I think, that the more flexibility you have – the better. The response middleware list can contain only one middleware by default, like AllowStatusCodes with the tuple of 200, 201...
I'd like to vote for this one as well. I'd like to offer my help as well with this one. @ndeadly can you tell if you have any work started...
Also, I'd like to formalize request a bit - mode selection (Always On / While Button pressed / Activate by button), select from a list; - button selection (Reset for...
Well, if one cannot reproduce the bug, doesn't it mean it's fixed? :)
> ``` > import schedule > import time > > def job(): > print("I'm working...") > > schedule.every(15).minutes.do(job) > > while True: > schedule.run_pending() > time.sleep(1) > ``` In order...