You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
host os: Linux 6.6.47, NixOS, 24.11 (Vicuna), 24.11.20240821.c374d94
Steps or code to reproduce the issue:
version: "0.5"processes:
api:
disabled: true # <-- The bug only occurs when this is set to `true`command: echo hello
Use the config posted above.
Run process-compose up --keep-project
Attempt to quit process-compose by pressing F10 then enter.
.
EXPECTED: process-compose should quit and you should be able to use the shell. You can run echo foo in the same shell. Pressing ctrl+c enters a "new line".
ACTUAL: process-compose quits, but the shell is not in a usable state. You are not able to run a command in the same shell. Pressing ctrl+c prints the literal characters ^C on the screen.
Logs
24-08-29 08:00:03.984 INF Process Compose v1.24.0
24-08-29 08:00:03.984 INF Loaded project from /home/nbe/projects/sail/process-compose.yaml
24-08-29 08:00:03.984 INF Global shell command: bash -c
24-08-29 08:00:03.984 INF start http server listening :8080
24-08-29 08:00:03.984 DBG Spinning up 0 processes. Order: []
24-08-29 08:00:03.984 INF Project completed
24-08-29 08:00:03.984 DBG Loaded settings from /home/nbe/.config/process-compose/settings.yaml
24-08-29 08:00:03.985 DBG Shortcuts loaded from /home/nbe/.config/process-compose/shortcuts.yaml
24-08-29 08:00:06.793 DBG Shutting down 0 processes. Order: []
24-08-29 08:00:06.794 INF Thank you for using process-compose
If you have difficulty reproducing this, let me know and I'll record a video.
The text was updated successfully, but these errors were encountered:
Defect
Make sure that these boxes are checked before submitting your issue -- thank you!
process-compose info
)Version of
process-compose
:1.24.0
OS environment:
"x86_64-linux"
Linux 6.6.47, NixOS, 24.11 (Vicuna), 24.11.20240821.c374d94
Steps or code to reproduce the issue:
process-compose up --keep-project
F10
thenenter
.echo foo
in the same shell. Pressingctrl+c
enters a "new line".ctrl+c
prints the literal characters^C
on the screen.Logs
If you have difficulty reproducing this, let me know and I'll record a video.
The text was updated successfully, but these errors were encountered: