This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-16
Channels
- # beginners (176)
- # boot (11)
- # cider (12)
- # cljs-dev (65)
- # cljsrn (54)
- # clojars (18)
- # clojure (195)
- # clojure-austin (1)
- # clojure-dev (2)
- # clojure-italy (8)
- # clojure-quebec (1)
- # clojure-russia (51)
- # clojure-serbia (3)
- # clojure-spec (24)
- # clojure-uk (28)
- # clojurescript (41)
- # cursive (14)
- # data-science (60)
- # datascript (2)
- # datomic (111)
- # emacs (6)
- # figwheel (1)
- # graphql (16)
- # hoplon (26)
- # juxt (2)
- # lein-figwheel (3)
- # lumo (12)
- # off-topic (8)
- # om (14)
- # pedestal (22)
- # perun (2)
- # proton (1)
- # re-frame (29)
- # reagent (27)
- # ring (17)
- # ring-swagger (2)
- # rum (3)
- # spacemacs (3)
- # unrepl (155)
- # untangled (28)
- # vim (4)
cider-eval-last-sexp
in a buffer always returns nil
in case of exception, with the ST only in the REPL buffer. Is this expected behavior?
Has anyone noticed that if there’s an error with cider-load-buffer
with the popup enabled and jump to error disabled, you’ll end up at a different place in the buffer after quitting the popup?
Both the ☝️ are new to me, probably worth a cider
issue. Thanks for reporting!
How to limit CIDER output? I found Clojure Incanter read-dataset
will print the data. It is very big. So how to configure CIDER to limit its output size?
@pkova Should I set it in Leiningen? which section should I set?
I see. Thanks