vemv

Results 256 issues of vemv

Today with the Spring tz change I found cider-log-mode no longer using logview-mode, which means no more syntax coloring or interactivity. I created https://github.com/doublep/datetime/issues/11 (Creating an issue here for our...

There's `cider-auto-inspect-after-eval` which only affects interactive eval, not repl eval. This mostly makes sense, since it would be confusingly disruptive if, right after sending a form over the repl, Emacs...

When doing interactive eval, the result will generally be displayed inline in the current buffer, as an overlay (there's the exception of the `output-to-current-buffer` arg). So the default quota of...

Besides from the suggested makefile, one could use clojure.sh directly (at the cost of losing some caching). This is worth documenting, maybe with a suggested accompanying bash/zsh helper to use...

One could cd into each of the sub-projects, run `make .enrich-classpath-lein-repl` and assert that the result is reasonable. Could also simply be another deftest.

While Enrich supports a form of init-ns which a repl will see, this init-ns is not visible when connecting from an nREPL client. I don't know how to accomplish that...

* Use :pedantic?, especially important with the tools.deps addition * Use clj-kondo * Use antq, borrow setup from nvd

For https://github.com/clojure-emacs/cider/issues/3400, it would be nice if babashka-nrepl spat a file named e.g. `.bb/nrepl.port` in addition to its current, vanilla one, so that it's uniquely identifiable as coming from bb....