Andron
Andron
84520fe738f337607153b9cd37def2e4004eb3f6 seems to be the problem, default runner changed to term and it doesn't work with it Works on the latest commit with `(setq run-command-default-runner 'run-command-runner-compile)` Except after e9420f1527dff8a65aeb36f8c0605ce8ad7cfb04 it...
here's a basic example that works with compile runner but doesn't with term 1. start a docker container ```shell docker run --name example1 -d busybox sh -c "while true; do...
eat also works  vterm doesn't (in this particular case) 
You're welcome! I'm delighted that I could be of help. In the end, I opted for `(setq run-command-default-runner 'run-command-runner-eat)` and it's working seamlessly on the master branch.