cider-nrepl icon indicating copy to clipboard operation
cider-nrepl copied to clipboard

A collection of nREPL middleware to enhance Clojure editors with common functionality like definition lookup, code completion, etc.

Results 39 cider-nrepl issues
Sort by recently updated
recently updated
newest added

While deploying releases is not automated there are few prep tasks that need to be done every time: - update the changelog (to add the release date and version) -...

good first issue

In this [example project ](https://github.com/drewverlee/cider-englighten-mode-error) when i evaled ``` (myapp {:uri "/" :request-method :get}) ``` I got the expected return result. ``` {:status 200, :headers {"Content-Type" "text/html; charset=utf-8"}, :body "Hello...

bug

My cider-nrepl got stuck on a `refresh` op. A thread keeps working indefinitely. This is the stracktrace grabbed from yourkit https://gist.github.com/vemv/73bd4908dcfe4ea8983d7abb57af9f29 Looks like we could bind some `*print-,,,` options somewhere.

It would be nice if links were parsed, nicely rendered and clickable, honoring commonly-used formats. Sample specimen:

enhancement

> Fixes https://github.com/clojure-emacs/cider-nrepl/issues/861 Just a draft for now, will be trying it out for a while in a real project, but any ideas welcome.

## Context From time to time, there are DSLs that escape Clojure's normal var system. For example: ```clj (with-foo ;; some DSL-based macro BAR BAZ ;; symbols that aren't backed...

enhancement

> I'm using CIDER 1.13.1 (Santiago) and log4j2 ([deps.edn](https://gist.github.com/timvisher/ac6cbc4bd1471fd9fa34f54298ae377d)) and my CIDER session disconnected because it lost access to the network. Is there any way to get the repl buffer...

Sister to clojure-emacs/orchard#269. This is how it would like on the cider-nrepl side. Old ops are retained for compatibility and marked as deprecated.