vlaaad
vlaaad
I released `1.3.208` that hides unknown nrepl messages by default (can be re-enabled by setting `"vlaaad.reveal.nrepl.verbose"` system property to `"true"`). Does it help? :)
Hmm, I would expect those to move the cursor instead of scrolling.. or did you mean moving the cursor?
Btw I want to implement configurable keybindings system, but currently I'm designing spec forms, so that will come some time later
Thanks, I'll have a look!
I totally forgot to look into this. I'll have a look soonish!
I made a new release of reveal, please try it and see if it helps
Hi! I'm not sure how `print-method` can be used to fix this, can you provide more info? Evaluating your example code in a regular REPL also tries to print it...
The same is true for Reveal, you can redefine the print method of you don't want to see values inside reference types. I think current default (which is the same...
I think I understand what you mean: tighter integration with `print-method` will allow Reveal to play better with existing custom preferences for printing. I'll keep this in mind! In case...
Reveal can be the cause, yes — it saves references to all submitted values for inspection. I'm planning to add the ability to clear the output panel, so those refs...