This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-03
Channels
- # beginners (111)
- # boot (1)
- # braveandtrue (4)
- # calva (2)
- # cider (16)
- # clara (35)
- # cljdoc (4)
- # cljs-dev (22)
- # clojure (80)
- # clojure-dev (17)
- # clojure-europe (3)
- # clojure-italy (57)
- # clojure-japan (1)
- # clojure-nl (4)
- # clojure-serbia (1)
- # clojure-spec (25)
- # clojure-uk (108)
- # clojurescript (67)
- # cursive (17)
- # data-science (5)
- # datascript (6)
- # datomic (6)
- # devcards (1)
- # events (1)
- # expound (13)
- # figwheel (2)
- # figwheel-main (6)
- # fulcro (7)
- # jobs-discuss (8)
- # kaocha (1)
- # luminus (3)
- # nrepl (6)
- # off-topic (58)
- # re-frame (1)
- # reitit (16)
- # remote-jobs (1)
- # ring (1)
- # shadow-cljs (70)
- # spacemacs (10)
- # sql (42)
- # testing (1)
- # tools-deps (8)
- # vim (1)
@doglooksgood Do you have tools.jar in your JDK 8?
Also, please take a look at https://github.com/clojure-emacs/orchard/issues/50, as we’re trying to gather more info about this.
@doglooksgood And is this file present there? It’s supposed to be part of tools.jar
. Perhaps tools.jar
is not on the classpath or something?
I run clojure -Rcider -Spath
, it is not in the classpath. not sure if it is the correct way to check.
Is there something special required to get autocompletion to work for Javascript libraries in a shadow-cljs REPL?
Hey folk, what are the best ways to print and explore complex data structures on cider?
any way to find out why my cider repl seems to have 8 full blank lines in between every line of output, and shifts the beginning of every line three quarters of the width of emacs? clear-output
sadly does not restore my repl.
Is there a way to change the formatter alignment of a macro I don’t define? e.g., by default the body of prop/for-all
aligns with the binding vector, while I’d like the whole form to align more like a standard let
form
I have this in my emacs cfg, I assume it's still doing what it looks like but I can't keep track anymore
(dolist (macro '(fresh conde run run* for-all for-map go go-loop
for> doseq> fn> defn> defprotocol> gen-for fnk
macrolet bg letfn> domonad checking))
(put-clojure-indent macro 'defun))