Fork me on GitHub
#calva
<
2023-08-31
>
pez16:08:23

Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.388 • Fix: https://github.com/BetterThanTomorrow/calva/issues/2300 • Fix: https://github.com/BetterThanTomorrow/calva/issues/2305 Fixing so that stdout from evaluation child thread are printed in the comes with some side effects. You can disable the fix if you don’t need it. Please see: https://calva.io/output/#repl-process-output-stdout-and-stderr for more on this. The awaitable thing makes for an easier way for you as a user to create commands like Clear REPL output. (Used to need #joyride , now can be solved with the VS Code built-in https://code.visualstudio.com/docs/getstarted/keybindings#_running-multiple-commands only.) See the above thread for more on that.