Marten Lienen

Results 11 issues of Marten Lienen

At the moment, the useful utilities `any_changed` and `all_changed` in `pyinfra/operations/util/__init__.py` are broken because `OperationMeta.did_change` now returns a context manager instead of a boolean. This enables the syntax ```python with...