Gael Pasgrimaud
Gael Pasgrimaud
Isn't that more related to https://github.com/kiorky/croniter ?
Oh no, didn't look at your patch. Nice one.
It the last time that this may occurs AFAIK. We'll never change again (at least in UE)
Looks like it was'nt. Just like UE laws :D I really don't want to dig into this since those hour changes should disappear at some point... Next year? Of course...
Looks like DST will no longer change after November 2023 ?
It's a known bug. See #7
I dont see how to make this possible. The decorator expect a ready to use function. In that case you don't know where to find an instance (self) A solution...
Well, you dont know if the coroutine will have to run before the process is closed. I don't see any option to do that. It may be possible to track...
Are you sure this is caused by asyncio-timeout? I've experimented some issues with aiohttp because it create a new loop in recent version. So if your web app use a...
Check those: https://github.com/aio-libs/aiohttp/pull/5572 / https://github.com/aio-libs/aiohttp/blob/master/aiohttp/web.py#L482