Fork me on GitHub
#cursive
<
2020-08-18
>
j00:08:48

I'm using cursive on windows, and when I try to add a Run Configuration for a local REPL, I get Run Configuration Error: No modules containing clojure.main found . I checked under File | Settings | Build, Execution, Deployment | Build Tools | Clojure Deps and made sure that I was using tools.deps directly with the latest version.

cfleming23:08:02

This usually means that your project hasn’t synced correctly, try the steps detailed here: https://clojurians.slack.com/archives/C0744GXCJ/p1597794253112900?thread_ts=1597619780.089600&amp;cid=C0744GXCJ

luiseugenio21:08:16

Is anybody having trouble with Cursive when loading any namespace (MacOs Catalina 10.15.6)? I get this error:

Execution error (ConnectException) at java.net.PlainSocketImpl/socketConnect (PlainSocketImpl.java:-2).
Operation timed out
Regards

luiseugenio22:08:55

SOLVED. Nevermind, It was a (slurp to get an aws ip address) that last too much and timed out the loading process.

jaime21:08:52

Hi, does cursive support resolving/autocomplete of methods in third party JS library? I'm using shadow-cljs and d3.js , most of the methods in the d3 object are showing "cannot be resolved"

cfleming23:08:32

It doesn’t right now, but I would like to fix that soon.

❤️ 3