drew verlee

Results 24 comments of drew verlee

Are you suggesting using compliment functionality instead of something like emacs "completing-read" to offer key choices to the user? Cider would still be responsible for evaluating the Clojure map to...

@vemv do you have any idea how to iteratively test extending the compliment library? As in, if I correctly create a custom [compliment defsource ](https://github.com/alexander-yakushev/compliment/wiki/Custom-sources). How do I test that...

> Did you run jack-in from a ClojureScript file? i ran cider-jack-in-cljs from a .cljs file. I think it's generally better to use clojure-mode (or nil) in .dir-locals.el, so it'd...

I feel like this feature would really expand the reach of what Maria could be used for. For example, i dont see why i wouldn't use Maria as my go-to...

I'm reading [here](https://clojureverse.org/t/cursive-how-to-match-cljfmt-formatting/7246) that IntelliJ user's have tried to configure it to match the cljfmt rules, how well has that worked out?

I get something similar, calling smudge-select-active-device brings me to a fram with the column device, active, volume and there is just one row that says "web player" when i try...

Calling `cider-inspect` on CSVReader in `(import '(com.opencsv CSVReader))` in the [project](https://github.com/drewverlee/example-failing-cider-enrich-classpath/blob/e2e401eb31f4d68a66f197fa53084d0fe5f6f7f6/src/core.clj#L13) does show the java docs. Well, it shows some docs at the bottom: ![image](https://github.com/clojure-emacs/cider/assets/1130688/348916a5-e379-4ec2-a05a-d4b3f9ca8324) This indicates to me that...

@vemv How does it choose which source jars to grab? Here is a link to the source kakfa jar that is currently not being downloaded, that i believe contains the...

Modifying my deps.edn to ``` {:paths ["src" "resources"] :deps {org.apache.kafka/kafka-clients {:local/root "resources/kafka-clients-2.8.0-sources.jar"}}} ``` and putting the dep in the corresponding folder: ``` ls resources/kafka-clients-2.8.0-sources.jar resources/kafka-clients-2.8.0-sources.jar ``` then running cider-jack-in and...

This issue,if it belongs anywhere, probably belongs on clojure-emacs/cider. Ill move it in soon.