jyoung15
jyoung15
This issue appears to be related to https://github.com/Stebalien/term/issues/44. I found that installing `misc/terminfo-db` and exporting `TERMINFO=/usr/local/share/terminfo` resolves the issue for me.
Issue is no longer seen in latest master. Looking forward to 1.1.2 release and updates to downstream dependents (zellij).
These CVEs are still outstanding as well as dependencies on the time and tokio crates. From trivy output: ``` Cargo.lock (cargo) Total: 5 (UNKNOWN: 0, LOW: 1, MEDIUM: 2, HIGH:...
This issue is also affecting my environment by causing Tailscale clients to attempt to access unroutable IPs, which is triggering upstream firewall events. We should have full control over the...
For what it's worth, I had the same issue with Windows Hello and the fix in #129 resolved the issue for me. I am also no longer seeing #80 when...
I just ran into this issue as well. Here is the output for backspace: ``` PyTermGUI - Getch ┌────────────────────────────────────────────────┐ │ Your output │ │ │ │ key keys.CTRL_H │ │...
Sorry I don't have a video, but I did look into this further and tried to do some debugging with pdb. I set a breakpoint in the GetchWindow constructor and...
With the following changes, `ptg -g` seems to work as expected. I included a timeout option as well: ```patch --- a/pytermgui/input.py +++ b/pytermgui/input.py @@ -23,6 +23,7 @@ from codecs import...
Another 👍 for this feature. If you are using bash, one alternative is to use [argc](https://github.com/sigoden/argc) in your recipe: ```just # argc example [positional-arguments] my_command *_: #!/usr/bin/env bash # @flag...