This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-12
Channels
- # babashka (6)
- # beginners (23)
- # calva (27)
- # cider (1)
- # clj-kondo (23)
- # cljsrn (2)
- # clojars (4)
- # clojure (90)
- # clojure-dev (8)
- # clojure-europe (1)
- # clojure-serbia (1)
- # clojure-spec (2)
- # clojurescript (9)
- # code-reviews (7)
- # core-async (1)
- # cursive (4)
- # datomic (13)
- # emacs (2)
- # hoplon (28)
- # juxt (12)
- # leiningen (1)
- # malli (22)
- # nrepl (3)
- # off-topic (51)
- # reitit (8)
- # shadow-cljs (16)
- # spacemacs (25)
- # sql (4)
- # test-check (5)
- # tools-deps (5)
Is it possible to have the size of the REPL view match the real size on the screen (i.e. without a scroll bar)? That’s to have the display of Clojure data been printed without me having to scroll the view toward the right side each time I am evaluating a new expression.
Unfortunately that’s actually surprisingly tricky. It’s also sort of transient, since it depends on the size of your REPL at any particular time (i.e. if you later resize your REPL previously printed forms will be wrong. Currently this just uses the standard editor right margin width.