Michał Szczepańczyk

Results 4 issues of Michał Szczepańczyk

TODO Closes #502 ### Successful PR Checklist: - [ ] Tests - [ ] (not applicable?) - [ ] Documentation - [ ] (not applicable?)

PR type: bugfix 🕵️

Hey guys, thanks for a great library. ### Context Just to give you a context, I'd like to use it in Django project to reliably communicate with other microservices and...

Issue type: Bug 🐞
Issue appropriate for: Occasional contributors 😉
Issue contains: Some Django 🎸

Code to reproduce the issue: ```python from dateutil.rrule import rrule, MONTHLY import datetime start = datetime.datetime(2023, 5, 31, 7, 5, 46, tzinfo=datetime.timezone.utc) end = datetime.datetime(2024, 5, 31, 7, 5, 46,...

I'd like to have some option to set env variables dynamically for all steps of the task. Example 1: ```yaml version: '3' tasks: greet: cmds: - export GREETING=Hello - echo...