Fork me on GitHub
#emacs
<
2020-07-20
>
bozhidar04:07:06

@jjttjj nREPL 0.6 introduced the option of truncating results/output to some size https://metaredux.com/posts/2019/03/29/nrepl-0-6.html

cider 21
bozhidar04:07:16

(in CIDER it’s 1MB by default)

bozhidar04:07:11

On top of this, the current CIDER master branch has some auto-trimming functionality for the REPL buffer https://docs.cider.mx/cider/repl/configuration.html#auto-trimming-the-repl-buffer

jjttjj11:07:37

Awesome, will check it out thanks!