nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
bozhidar 2019-10-13T07:02:23.002Z

@pez Do you really mean wrapping or do you actually mean the size at which something is split into multiple messages? nREPL doesn’t wrap output.

pez 2019-10-13T07:26:52.003700Z

I tried to increase nrepl.middleware.print/buffer-size (which is 1024 by default, the docs say), but it had no impact. I’ll look at what messages I get and maybe can ask a more informed question after that.

pez 2019-10-13T07:52:38.005300Z

You’re right, It’s where the messages are split up. But it only happens with stdout, not with the result values.

bozhidar 2019-10-13T08:18:38.005700Z

Have you enabled streaming for the values? Otherwise this setting would be ignored for them.

bozhidar 2019-10-13T08:19:00.006Z

It’s the same config for both values and output.

pez 2019-10-13T08:26:53.006700Z

And which setting would that be? 😀