cursive

Issues at: https://git.io/cursive-issues
j 2020-08-18T00:15:48.103400Z

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.

cfleming 2020-08-18T23:47:02.113700Z

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&cid=C0744GXCJ

luiseugenio 2020-08-18T21:25:16.109600Z

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

jaime 2020-08-18T21:53:52.111700Z

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"

luiseugenio 2020-08-18T22:06:55.112Z

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

cfleming 2020-08-18T23:47:32.114Z

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

❤️ 1