REPL UX: `vi`-bindings not working anymore, dependency update issue?
See original GitHub issueI pinned to the master branch a while back after reporting https://github.com/pdbpp/pdbpp/issues/480 and i swear everything was originally working great, but oddly now I can’t seem to get reliable controls working again every time the repl enters?
I feel like i experienced this before and it was something to do with updating pyrepl
and/or fancycompleter
…
I noticed https://github.com/pdbpp/pdbpp/issues/260 which mentions both deps and am wondering if anyone else has noticed the same.
This is pretty frustrating for meeself since i prefer not to move my hands around the keyboard alot 😂
Issue Analytics
- State:
- Created a year ago
- Comments:10
Top Results From Across the Web
Repl isn't downloading dependencies anymore. - Replit
My repl worked fine until this morning, when all my projects just stopped working. It gives me "Permission denied" errors when downloading dependencies....
Read more >Odd stack frame (race) condition on py 3.10 · Issue #480 · pdbpp ...
However it seems to be resolved in b757794 (I haven't bisected any further back yet) so running off master seems to resolve it....
Read more >What's new in Emacs 28.1? - Hacker News
One of the issues I have is that I work on multiple disconnected servers, and so I usually end up installing emacs on...
Read more >Yes, Eshell is my main shell : r/emacs - Reddit
Terminals vs. shells. It's important to understand that shells are not (or should not be) semantically bound to terminal emulator restrictions.
Read more >Threads for uvavueranu | Lobsters
We replace every keyword of a shell and every binary with a modern replacement ( choose ... The problem, of course, is that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Bleh, figured it out.
Env was pinned to
pyrepl=0.8.5.dev53+gca192a8
for some weird reason, not sure if this was due to installing from master at some point?Anyway upgrading to
0.9.0
seems to put everything back as it should 😂Will test a bit if and if all good will close this.
Yes.
I think you should create a PR/patch for pyrepl. (If I understood it correctly it lacks bindings that readline has.)