Peter Strömberg
Peter Strömberg
> The most important being the omission of important data. That's what I meant with: > Maybe we could add a command that prints it less filtered? Have you checked...
@puredanger Thanks for the detailed comment! I recall reading somewhere advice around focusing on the error message before starting to dig in the stack trace. I don't recall where I...
There is also Custom REPL commands, that could be used to bind keyboard shortcuts to things like `(clojure.repl/pst)`.
We have had similar issues before when the regexes of our Clojure lexer spins away. I wonder if that could be what is happening here. @brdloush if this is the...
Hi, I'm sorry for the troubles! ”The project.clj file is not sane”? What a funny error message... I checked the code where we print this and see that we also...
We shouldn't be throwing these in this form if nothing bad is happening.
Yes, probably not a file you can use `tail -f` on. It's Calva that uses the `append` semantics, btw. The VS Code API for these things uses words like `insert`,...
I updated this on the wiki now.
No, wrong issue. =)
I wonder why it doesn't work. We may need to look at what nrepl is doing when instrumenting. Also would be interesting to see if this works with CIDER.