This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-18
Channels
- # aleph (45)
- # aws (4)
- # beginners (56)
- # boot (2)
- # cider (45)
- # clara (2)
- # cljs-dev (9)
- # cljsrn (31)
- # clojure (71)
- # clojure-dusseldorf (8)
- # clojure-gamedev (1)
- # clojure-italy (22)
- # clojure-nl (1)
- # clojure-russia (46)
- # clojure-sg (1)
- # clojure-spec (5)
- # clojure-uk (40)
- # clojurescript (30)
- # community-development (3)
- # cursive (17)
- # data-science (1)
- # datomic (18)
- # emacs (3)
- # figwheel (1)
- # fulcro (19)
- # hoplon (12)
- # jobs (5)
- # leiningen (42)
- # off-topic (12)
- # om (2)
- # onyx (41)
- # re-frame (19)
- # ring-swagger (1)
- # rum (3)
- # shadow-cljs (4)
- # specter (7)
- # unrepl (2)
- # vim (25)
- # yada (24)
I have this config in my project.clj
:profiles {:dev {:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}}}
but when I start repl, piggieback middleware is not installed. How to debug this issue?Noticed that for Java, there is implementation(s)
shortcut, which seems to find the implementing method of a interface method. That would be awesome to navigate to the definition of a qualified keyword.. (`s/def ` etc).
I'm having an issue with one of my projects, it's not detecting my clojure main anymore
I tried to remove the module and add again, but no success, anybody has an idea about what is going on? with this problem it's not even indexing my project anymore
ok, my deps got back, but it's not finding the namespaces on my project source path
it can auto-complete, but at same time it says the local dependency can't be resolved :thinking_face: https://www.dropbox.com/s/ydsorz1dowb0fu6/Screenshot%202017-09-18%2014.49.26.png?dl=0
@cfleming please let me know if you have any idea what's that about, I've no clue... tried to restart my computer but didn't helped, for some reason happened from yesterday to today and now is affecting all my projects =/
is there a way to activate a specific profile for what cursive uses to import libraries into the workspace?