Eugene Berger
Eugene Berger
Hey @IngwiePhoenix, Thank you for the positive feedback and for giving this project a try. A few questions about the request: 1. Is the check defined per command [optional] or...
Good afternoon. I think I have a clearer picture of what you want to achieve. I think that even today this is almost possible if you define the first process...
Hey @IngwiePhoenix Yes, exactly! Your code snippet sums up the idea. BTW, even today the processes won't run if all of them are `process_completed_successfuly` dependent on `sanitycheck`. I will implement...
Hi @thenonameguy, I agree with your approach for a local, single developer environment. It is clear and keeps the process-compose lighter and its configuration simpler. However, for the multi developers...
Hi @IngwiePhoenix, I added the ability to exit if the process fails `exit_on_failure`. When this is configured, process-compose will exit with the same exit code as the failed process. This...
Hi, As part of my workflow in kubernetes, I need to drain all the nodes one by one. There is no way to avoid the worker pod being restarted. Is...
@rivo Thank you for getting back to me. Using TextArea is an interesting idea... Maybe if I can convert it to a read-only, it would actually work. My use case...
Thank you for taking this under consideration. And once again thank you for such a great library!
@digitallyserviced Thanks for pointing this out, I will definitely check it. The solution that I eventually implemented in my project is: 1. When a user enters Selection Mode I switch...
Thanks @dcarley for finding this edge case and letting me know! Fixed. Will be part of the next release.