I am getting a lot of these errors: https://gist.github.com/RokLenarcic/c0a9eac43ad5c61874a4b7db6e926298 one line is super long so when I try to submit the error to Cursive:
I'll check that thanks.
These happen very very often
Does Cursive have an internal API for things like "list of defs in this namespace via static analysis" and is it possible to access it, i have a cool idea
It's not (easily) possible to access this in Cursive, but you can use kondo for this sort of thing.
ah of course
I accidentally clicked the option to open my maven-via-shadow-cljs clojurescript project to deps and now nothing is resolving.. is there a way to set it back to using maven for dependency resolution?
Figured it out. Made a new module from the POM shadow-cljs generated and am back to it!
just deps.edn should be fine if you added all the dependencies to it? no need for both