Where can I read about how to know when the REPL is waiting for input? I’m looking at this issue on Calva and realize I don’t know where to even start: https://github.com/BetterThanTomorrow/calva/issues/377
@pez There’s a stdin
message that gets sent when the REPL is waiting for input.
Thanks @bozhidar. I’ll add this to the issue and then I hope I get the time to try fix it.