vemv

Results 256 issues of vemv

Given https://github.com/thheller/shadow-cljs/blob/51b15dd52c74f1c504010f00cb84372bc2696a4d/src/main/shadow/cljs/devtools/server/nrepl_impl.clj#L46-L59 , I believe it's no longer necessary to have shadow-cljs specific code.

A possible refinements for https://github.com/clojure-emacs/clj-suitable/pull/36 that I thought of: * If any element within the `->` chain starts with `.`, then consider that the operand is js, not cljs, no...

IME, many people dislike the `*print-namespace-maps*` default behavior, i.e. print namespaced maps at the repl. It seems to me that cider-nrepl could change this default? Right now, we observe options...

For e.g. `(.| (Thread/currentThread))`, we could observe that `(Thread/currentThread)` returns a `Thread`, and therefore the completions can be constrained to those of the members of Thread. I don't have a...

## Context In refactor-nrepl I use `utils/classes-on-classpath` for building a certain feature. I do believe the issue is practical for Compliment users as well. ## Brief `classes-on-classpath` can return classes...

bug

Hi @dgutov , I'm using Robe, company-mode and IDO. I have `company-auto-update-doc` set to t. Under that setup, the `Module: ` prompts are too high-friction. While using Company, maybe I...

Given that e.g. cider-nrepl [can fail badly](https://clojurians.slack.com/archives/C0617A8PQ/p1705170410908489) on older Clojures (including timed out nrepl ops and a frozen Emacs), and considering that the supported Clojure versions [got bumped recently](https://github.com/nrepl/nrepl/pull/305), I'd...

Hi Bruno, from a quick grepping it seems that the `log` macro does not extract the file and line from the callsite. Such info would seem 1) just data, just...

Hi @athos , thank you for the great lib! Given this example: ```clj > (pogonos/render-string "Hello, {{name}}!" {:nam "Rich"}) "Hello, !" ``` ...I wonder if the library could offer an...