vemv

Results 434 comments of vemv

Hey there, in order for the issue to be actionable, you'd have to, for instance, copy the exact command that CIDER produces (as found in `*messages*`) and paste it into...

We cannot proceed without at least some degree of respect, and debug data such as the one that was politely asked to you.

In case it helps anyone, https://github.com/clojure-emacs/clojure-mode/pull/624 (not directly related to this issue) has a nice example of how to unit-test for a given top-level form. If you can follow that...

From memory, the only reason why @dannyfreeman made that style available in clojure-ts-mode is because it was simpler to implement, in the context of bootstrapping a functional solution. Maybe we...

We should work on this one at some point. Today I found a possibly related issue https://github.com/clojure-emacs/clj-refactor.el/issues/540

Seems neat! One thing to consider is that Emacs itself is often the bottleneck when rendering large pprinted objects. (which isn't a frequent problem as far as I've experienced, thanks...

One point in favor of a custom printer would be the ability to elide commas.

The fault is mostly at React's side - they log warnings as errors, which is quite non-standard. When pointing out this https://github.com/facebook/react/issues/10633#issuecomment-333323186 Dan Abramov suggested to not provoke warnings at...

Reasonable. But it also might be the case that this issue is a phantom-ism. Should doo attempt to fix something in phantom? I would say no...

Hey Eric! Thanks for the response. > by default clojure-lsp will consider the classpath from all project deps files found So, just to make sure I understand it correctly. If...