As in the terminal output?
no, i meant the output window of the repl.
Indeed it's from cider-nrepl, tracking it here: https://github.com/BetterThanTomorrow/calva/issues/794 And thanks for the report.
ctrl+a, delete
in the output window. I don't think there's a command for it. I think it's been discussed, but it was determined this is simple enough to avoid adding another command. However, if you think it would be valuable as a command, maybe it should be added. CC @pez (I don't remember if there was some reason not to add a command besides what I just mentioned.)
No other reason. That ought to be simple enough. 😎
hello all, how do I stop function execution in repl from Calva?
many thanks
Dressing in the Clojure advocate suit tonight. Wouldn't mind me some Calva friends in the audience. ❤️
I never knew the trick of (def n n) inside a function to debug. That's neat! I've been pulling the function guts out to a let and debugging it that way. Wont be doing that anymore!
You will of course be littering your namespace, but that is seldom a problem.
Are the talks in Swedish?
Hey! When doing jack-in, is this possible to select from which sub-directory deps.edn
should be used? I’ve got one repo with multiple projects, would like to open whole repo as a workspace and run REPL for specific sub-project.
I've meant to look into Akka for a while, so that talk looks interesting too.
Yes, open a source file that in the sub-project, then Jack in.
The talks are all in English.
@pez thanks for the great talk today