This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-19
Channels
- # beginners (15)
- # boot (99)
- # braid-chat (1)
- # business (1)
- # cider (109)
- # cljs-dev (1)
- # cljsrn (3)
- # clojure (249)
- # clojure-brasil (2)
- # clojure-canada (2)
- # clojure-madison (4)
- # clojure-russia (3)
- # clojure-sanfrancisco (1)
- # clojure-taiwan (1)
- # clojure-uk (1)
- # clojurebridge (1)
- # clojured (1)
- # clojurescript (15)
- # clojurewest (1)
- # cursive (9)
- # datomic (12)
- # editors (16)
- # euroclojure (1)
- # hoplon (45)
- # off-topic (22)
- # om (181)
- # onyx (2)
- # parinfer (3)
- # pedestal (17)
- # re-frame (2)
- # ring-swagger (1)
- # spacemacs (34)
- # testing (2)
- # untangled (2)
- # yada (1)
How do you teach Cursive how to properly indent a macro? It is currently doing weird things with the "are" macro from clojure.test.
Hey everyone
Any tips for remote REPL debugging? I'm trying to access it using SSH tunnels it works on a small project but loading the clj in the repl takes a long time. The debugger works and I saw that the debugger works with break points and all. But it freezes on bigger projects. SSH tunnel too high latency?
solved the problem idea was complaining about not being able to resolve a dependency. worked fine with lein repl so I had just ignored it. But making idea happy fixed the issue I was having with remote debugging