Nick Mills-Barrett

Results 277 comments of Nick Mills-Barrett

Great catch, agree reboot should disconnect properly here and we should fix the timeout issue too!

This is awesome! I think this would be really great as an example in the examples repo: https://github.com/pyinfra-dev/pyinfra-examples The docs will (v.soon) inline the examples list directly, we can add...

Oh this is interesting, never thought about doing this! How would it be different to using the `server.script` op to upload and execute a python file?

This is now fixed in the latest releases per above!

I like this idea a lot! Definitely a config flag (`CLI_MERGE_DATA = True`?) to enable this as it's quite specific functionality, but can see many use-cases for this.

@blarghmatey I think an external package is a good idea here, given potential complexity of this. Did you have any in mind? I'd like to keep the dependency tree as...

Absolutely! Now that the core api is (mostly) typed it’s time to start working through operations. Nice thing is each can be done in isolation, welcoming PRs :)

The line is showing (https://github.com/pyinfra-dev/pyinfra/blob/3.x/pyinfra/connectors/util.py#L203) but pyinfra is looking at the last line, which here is the `WARNING` line. Changing pyinfra to look at all lines (from last to first)...

Released in v3.2 (https://github.com/pyinfra-dev/pyinfra/releases/tag/v3.2).

This is an excellent idea πŸ‘