Fork me on GitHub
#cursive
<
2017-05-24
>
potetm18:05:35

I'm getting the same issue @denik was getting earlier. After upgrading I can't get rid of the stub generation notification. IntelliJ IDEA 2017.1.3, Cursive Version: 1.5.1-eap2-2017.1

erichmond20:05:32

Is there a way to index the repo?

denik20:05:57

@cfleming is there any way to specify leiningen profiles just for the figwheel clojurescript repl that uses clojure.main. My frontend/backend deps clash and I can’t run both repls in intellij by including the profiles in the leiningen tab

potetm20:05:42

@denik Specify profiles in the repl configuration?

potetm20:05:31

Ah I see. You can't specify profile with clojure.main. It just uses the whole classpath.

erichmond21:05:29

Also, where are the datomic stubs?

cfleming21:05:37

@denik I’m afraid not. I think your best option is to run the REPLs on the command line and then use a remote REPL config to connect to them.

cfleming21:05:04

@erichmond You shouldn’t need to download them these days, they should be generated automatically, but some people are having problems with that in the latest EAP.

denik22:05:24

thanks @cfleming how come that’s an option for the regular lein repl? Isn’t the clojure.main repl run with

lein with-profile my-profile run -m clojure.main dev/frontend/figwheel.cljc
?

erichmond23:05:24

@cfleming thanks! For the longest time I was getting errors when clicking the generate stubs button. That actually seems to be fixed for me now. You can ignore my questions. 🙂