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
I see this too (Win 10; julia-client 0.8.12-beta2). After hitting Ctrl-Enter on a line with readline() I need to switch to the REPL, type something (e.g., "1"), hit Enter, then my input, then Enter. Whatever I typed first gets evaluated (hence a space or the digit 1). Simply starting with a newline did not work.
When evaluating
readline
in the editor input is wonky -- you need to type a newline before the input you want to pass toreadline
.The text was updated successfully, but these errors were encountered: