Xavier Vello

Results 46 comments of Xavier Vello

The `systemctl mask` command creates a symlink to `/dev/null` (and it's a documented behaviour), so you can use this custom operation that will apply faster: ```python def mask_unit(unit_name: str) ->...

I can confirm that this still happens on the latest canary build: while the rest of the markdown is preserved when retrieving a post of edition, the links are lost.

Hello! It looks like the build from source is indeed failing, which is masked on systems that can use the precompiled wheel. In an `python:alpine` container, `apk add gcc g++...

This has been previously discussed [on Matrix](https://matrix.to/#/!dPvLqxqwbQZYeQrNnu:matrix.org/$H9gHReEdiKgUW8xIcsHW3HfJlFvycupjigblRxz2WwU), it happens with Python 3.13+ releases. pyinfra is currently only supported and tested on [Python 3.10 to 3.12](https://github.com/pyinfra-dev/pyinfra/blob/39d1d31b374c85c69f6fe074b067f3aa7989f2a4/.github/workflows/test.yml#L77), so you should use a...

> IMO the correct “fix” here is just to use keyword arguments for all operation calls, which the docs and examples do (or should). Personally I think it makes for...

@Fizzadar [has stated](https://github.com/pyinfra-dev/pyinfra/pull/1368#issuecomment-2995541146) that he won't accept more connectors into the core `pyinfra` project, but connectors can be maintained as external projects.