Bozhidar Batsov
Bozhidar Batsov
Try running aggressive-indent on https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el Every edit gets super slow.
With the following config: ``` feed: path: atom.xml categories: - Emacs ``` the feed for the category Emacs, ends up being named `feed/Emacs.xml` instead of `feed/emacs.xml`. I took me a...
Right now `cider-nrepl` doesn't namespace its ops, which in the past became problematic when we decided to add a completion op to nREPL. Normally it would have been named `complete`,...
In Clojure 1.10 there's some extra info displayed in the stackframes. See this:  The maps with the error info and the spec failure are basically white noise and should...
It'd be nice if the documentation function returned the complete javadoc for a class/member. That way we'll be able to create a documentation middleware that we'll behave similarly for Clojure...
A follow-up to a [comment](https://github.com/clojure-emacs/orchard/pull/139#issuecomment-966506314) made by @plexus. Basically, we need to document precisely: - all possible return keys - what each key signifies As a reminder, this is still...
Seems the tests are taking too long from time to time are getting killed:  @vemv Any ideas if we can tweak the CI setup to avoid this?
At some point we'll need to change the groupid to `org.nrepl` to comply with the new Clojar rules on naming artifacts and to be consistent across all projects (we can't...
**Is your feature request related to a problem? Please describe.** Often when people encounter an issue with nREPL the best way to debug the issues is to expect the message...
Mostly a note to myself, but anyone's welcome to tackle this. * If there's `:see-also` in the metadata we should just return it * If not - we should check...