Stephen Moore
Stephen Moore
I'm unsure why the minis would ignore that packet. I'd suggest contacting their support team and seeing if they can ask an engineer for you. Though I will say the...
(HardCodedSerials caches the ip addresses of the serials it's aware of but if you're not using outside of one sender object and you already have a string or a list...
Yeah, reasonable. I'm unsure if the data those packets return will be useful in either case, but I could be wrong
Hello, I've never worked with context vars before. I might have time to look today, this sounds more interesting than what I was gonna do hahah
It wouldn't be too hard to use something like https://github.com/dbader/schedule to do this. I'm not sure when I'd have time to have a look at that though. maybe the weekend...
so I should have said "a" weekend instead of "the" weekend perhaps :p I found time to look at this again. I have decided I'll wait for APScheduler 4.0 to...
Hello, I should have time on the weekend to take a look :) On Tue, 14 May 2024, 03:21 André Felipe Dias, ***@***.***> wrote: > I've got a new issue...
> I should have time on the weekend to take a look :) Turns out that very much wasn't the case, we'll see if I do this weekend.
@andredias > I saw somewhere else about using [asyncio.Runner](https://docs.python.org/3.11/library/asyncio-runner.html#runner-context-manager) to keep the context among different tasks. I tried using asyncio.Runner against the changes already in that PR and it got...
Fixed as part of the 0.8.0 release