This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-04-18
Channels
- # announcements (1)
- # babashka (16)
- # beginners (39)
- # calva (17)
- # cider (21)
- # cljs-dev (1)
- # clojars (2)
- # clojure (39)
- # clojure-australia (1)
- # clojure-europe (1)
- # clojure-spec (7)
- # conjure (1)
- # cursive (6)
- # datomic (2)
- # depstar (5)
- # graalvm (20)
- # instaparse (11)
- # meander (4)
- # pathom (4)
- # pedestal (3)
- # polylith (18)
- # re-frame (13)
- # reagent (4)
- # reitit (3)
- # shadow-cljs (2)
- # spacemacs (14)
- # vrac (1)
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?another more extreme example:
[1
2
3
4]
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.
Yes, it's an nREPL REPL
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.