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
dry is awesome and works great in most cases. But I encountered a case where the program freezes and can reproduce this every time. It's only in a very specific case though (at least it seems so).
To reproduce:
Start via CLI with dry
Show the command list with Enter on the first container
Close the command list with Esc
=> Program goes back to the list of all filtered containers, but is then completely frozen (Esc, q and any other shortcut doesn't work, only Ctrl+C works)
Note: This does not happen when you move the selection in the command list before. So when the command list is shown and you hit Down and then Esc, everything works fine. Also, when having done this a single time, and then opening more command lists and closing them without hitting Down, everything works fine as well. So for some reason, only the first opening/closing of the command list matters here.
The text was updated successfully, but these errors were encountered:
(dry --version is: dry version , build, so it doesn't contain any info, probably because installing with go get doesn't lead to the required code generation or setting of constant values in the code)
dry
is awesome and works great in most cases. But I encountered a case where the program freezes and can reproduce this every time. It's only in a very specific case though (at least it seems so).To reproduce:
dry
Enter
on the first containerEsc
Esc
,q
and any other shortcut doesn't work, onlyCtrl+C
works)Note: This does not happen when you move the selection in the command list before. So when the command list is shown and you hit
Down
and thenEsc
, everything works fine. Also, when having done this a single time, and then opening more command lists and closing them without hittingDown
, everything works fine as well. So for some reason, only the first opening/closing of the command list matters here.The text was updated successfully, but these errors were encountered: