Nick Mills-Barrett

Results 277 comments of Nick Mills-Barrett

@KuxaBeast apologies for the delay here. Agreed there's a few issues with the current handling. Currently [Windows has it's own make command function](https://github.com/Fizzadar/pyinfra/blob/v1.4.18/pyinfra/api/connectors/util.py#L309). The `-c` argument is pretty standard across...

> Maybe do "--groups" instead so you can specify multiple groups. Would be smart to implement both in one go instead of having to come back when someone asks for...

Hi @julienlavergne thank you for raising this and getting a reprodution example up! The single DAG is a requirement for having all hosts execute in expected order, but loops once...

I have dug into this today and written up my thoughts here: https://github.com/Fizzadar/pyinfra/blob/850b443a95269df5758a0bd35e34f651b8b444ba/docs/deploy-process.rst#loops--cycle-errors I have also PR'd a workaround for this in https://github.com/Fizzadar/pyinfra/pull/876. Unfortunately I cannot think of any way...

This should now be resolved in v2.5 once pypi is back up to complete the release!

Hi @julienlavergne on what kind of target machine are you seeing this? I cannot replicate on MacOS local nor in an Ubuntu 20 container: ``` $ pyinfra @docker/ubuntu:20.04 test.py ......

Is it possible this is caused by #801? @julienlavergne would it be possible to get the full run with `-vvv --debug` flags added? I cannot replicate this which makes it...

My thinking here was more on the Linux side, where packaging by distribution can be really useful (portable Gnome apps are a nightmare to get working). Thanks for adding the...

Unfortunately this looks to be a common issue with `pyinstaller` apps, specifically due to the shared bootloader (https://stackoverflow.com/questions/43777106/program-made-with-pyinstaller-now-seen-as-a-trojan-horse-by-avg). I'm going to test out compiling the bootloader to see if that...

Hey @spaceman-cb! Thank you for the feedback, this is super helpful! Will address each below: **Keyboard shortcuts** This is supported already - using the arrow keys! But this is also...