cursive 2025-07-28

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:

These happen very very often

Dustin Getz (Hyperfiddle) 2025-07-28T15:32:54.131019Z

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.

Dustin Getz (Hyperfiddle) 2025-07-28T19:47:32.475039Z

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