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
Problem is that rustyline does not give us any control of any kind of writer or access to the line buffer. So we can't do anything about it until kkawakam/rustyline#235 or a variant of it lands. Or we move away from rustyline, linefeed seems to handle this well.
The text was updated successfully, but these errors were encountered:
kitsonk
added
bug
Something isn't working correctly
repl
related to the Read-Eval-Print-Loop functionality of Deno
labels
Oct 20, 2020
Start something that will write to stdout/stderr in a repl
And try to edit a line, not a good experience.
Problem is that rustyline does not give us any control of any kind of writer or access to the line buffer. So we can't do anything about it until kkawakam/rustyline#235 or a variant of it lands. Or we move away from rustyline, linefeed seems to handle this well.
The text was updated successfully, but these errors were encountered: