Mikael Koli

Results 56 comments of Mikael Koli

FYI: I'm currently working on this (#147). Still facing some issues of how to maintain the statelessness of the conditions while providing the timezone but I think those can be...

Thanks for reporting this! These pickling issues are often hard to find as they are often OS-dependent or come up in special situations. I think an unpicklable attribute from Rocketry's...

A bit background: The rational for the default logging is that it's easy to prototype and get started with Rocketry. Wasn't meant for production and the assumption was there would...

I'll do! I'm currently working on adding optional timezone as that seems to be quite important for quite many people. After that I either try to progress on the event...

Sorry for taking eternity to answer: I should upgrade my machine as developing Rocketry on it is painfully slow with it and have had too busy free time. I'll try...

Thanks a lot for making this PR! I highly appreciate it! I'm sorry for taking such a long time to get to work on this. I felt a bit overwhelmed...

By the way, the CI crashed on: ``` /opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/rocketry/__init__.py:1: in from .session import Session /opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/rocketry/session.py:18: in from rocketry.log.defaults import create_default_handler /opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/rocketry/log/defaults.py:1: in from redbird.logging import RepoHandler /opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/redbird/__init__.py:2: in from .base...

Sorry, had something unexpected yesterday and now three days of hobbies. I'll try to continue on Friday, or Saturday at the latest.

Hmm, ye. This is how the async loop is created: - Running in child process: https://github.com/Miksus/rocketry/blob/master/rocketry/core/task.py#L741 - Creating the async loop: https://github.com/Miksus/rocketry/blob/214933f1873a7ab148a235222285dd650c263e5c/rocketry/core/task.py#L575 There is only one place where the await...

This PR also removes two outdated and unused workflows from CI.