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'm trying to make a ruby REPL on my site, but the documentation on the input, output and error args in the Ruby.initialize function needs more examples.
How, for example, do I set up the input callback with jq-console?
"input callback fired" is logged before I can type input in the console. How do I pass user input from the console to the input callback when jqconsole.Input seems to wait for other functions to finish?
The text was updated successfully, but these errors were encountered:
I'm trying to make a ruby REPL on my site, but the documentation on the
input
,output
anderror
args in theRuby.initialize
function needs more examples.How, for example, do I set up the
input
callback withjq-console
?"input callback fired"
is logged before I can type input in the console. How do I pass user input from the console to theinput
callback whenjqconsole.Input
seems to wait for other functions to finish?The text was updated successfully, but these errors were encountered: