cursive

roklenarcic 2025-07-28T11:13:49.417099Z

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:

cfleming 2025-07-28T19:45:41.907199Z

I'll check that thanks.

cfleming 2025-07-29T00:26:54.368639Z

https://github.com/cursive-ide/cursive/issues/3046

roklenarcic 2025-07-28T11:41:11.210189Z

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

cfleming 2025-07-28T19:46:33.748969Z

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

Ryan 2025-07-28T16:49:49.269879Z

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?

Ryan 2025-07-28T16:58:27.298559Z

Figured it out. Made a new module from the POM shadow-cljs generated and am back to it!

thheller 2025-07-28T18:16:21.603269Z

just deps.edn should be fine if you added all the dependencies to it? no need for both