HTErik
HTErik
I haven't checked any of the listed tickets in particular but have run rc1 quite extensively since yesterday and have not noticed any immediately apparent instabilities or problems. 👍
Ok, i was not aware how this was used to passed through forks and subprocesses. If it's required and you are sure about where this is called it should be...
Try `mypy examples/example.py`
/remove-lifecycle stale
> https://github.com/kubernetes-client/python/blob/master/examples/watch/timeout-settings.md Not sure what you are trying to say with this. I don't think that an example hidden under the watch-command is where one would expect to find this...
/remove-lifecycle stale
Thanks. Links to TestReport/BaseReport/etc would be great, it has a lot of the necessary information. Just to note, sample output for reference is ok as an introduction only, but not...
There is a `--without-hashes` option for `poetry export` one can use if you know beforehand there are git requirements in your pyproject.toml.
Another example of problematic code related to timezone-naive datetimes is when the component is actually timezone-naive and where the datetime never leaves the application, often used within application for timers...
Agree @leandro-lucarella-frequenz , `datetime.now()`, _without_ `tz`-arg provided, is equally problematic