Fork me on GitHub
#cursive
<
2021-04-18
>
Joe R. Smith00:04:41

I've noticed for some time now that Cursive's pretty printed REPL output is really narrow, e.g.:

([:db/retractEntity
  [:reminder/id
   #uuid"2f2c5f85-f0e4-4aea-b1e9-de0c6d51d19b"]]
 [:db/retractEntity
  29827551438457744]
 [:db/retractEntity
  36429019251607655])
Is this configurable somewhere?

Joe R. Smith00:04:59

another more extreme example:

[1
 2
 3
 4]

cfleming03:04:24

That seems strange, and is definitely not what I'd expect. Is this with an nREPL REPL? What is your editor right margin set to? Sorry, my computer is in the shop so I can't look up the exact setting.

Joe R. Smith20:04:30

Yes, it's an nREPL REPL

Joe R. Smith20:04:53

Another data point- it only does this on my Apple Silicon Mac Mini w/ the ARM build of IntelliJ. I'm not at home right now so I can't check versions, but will when I get home.

cfleming09:04:33

Hmm, that's tricky - I don't have an Apple Silicon machine to repro on. I may well have one soon though, if my computer is actually dead.