Nathaniel Sabanski
Nathaniel Sabanski
> 2. Answer the question: why this shouldn't be an opt-in feature? The current behavior is broken: `multiprocess.py` becomes a zombie process when all the workers are dead. `multiprocess.py` is...
Possible to just bundle the correct version of `prompt_toolkit` inside the AppImage? Or perhaps fix `xonsh` to work with the newer `prompt_toolkit` ? This blows up for me with a...
https://github.com/xonsh/xonsh/issues/5241#issuecomment-1961889489 is probably not a viable solution for the AppImage version of xonsh. See: 
@gforsyth possible to get a tag/release for a new appimage? Thank you!
@anki-code No go, sadly, with 0.16 AppImage 
Been using `run` as a universal convention in my own "before piccolo" system, for migrations and background tasks. `migrations run` is short and obvious.
@dantownsend This is the last major addition to complete the Cockroach integration. I separated it out of the main PR to reduce complexity. It's optional, but very highly recommended. I...
Note, if you run `file.put()` then `server.shell()` manually, the script will not re-run. (Good!) But sudo will still fail to apply.
sudo/root for the whole script works well. It'd be amazing to see pyinfra gain the ability to run any adhoc `.sh` scripts which may call `sudo` for specific lines in...
Aha, nice additions! I like the direction pyinfra is headed here. Yeah it would be amazing to be able to call these without a module, and without explicitly setting `PYTHONPATH`...