Bozhidar Batsov

Results 115 issues of Bozhidar Batsov

Try running aggressive-indent on https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el Every edit gets super slow.

ready
performance

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...

pinned

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`,...

enhancement
help needed
good first issue

In Clojure 1.10 there's some extra info displayed in the stackframes. See this: ![image](https://user-images.githubusercontent.com/103882/57196005-2e407d80-6f61-11e9-925e-aa69c17b6d8d.png) The maps with the error info and the spec failure are basically white noise and should...

enhancement
good first issue

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...

enhancement

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...

Good First Issue
Documentation

Seems the tests are taking too long from time to time are getting killed: ![image](https://user-images.githubusercontent.com/103882/130236195-7cdda4d4-36b7-46c7-9834-17e269cb3b88.png) @vemv Any ideas if we can tweak the CI setup to avoid this?

Help Wanted
Good First Issue

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...

Maintenance

**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...

Enhancement
Help Wanted
Good First Issue

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...

Enhancement
Good First Issue
Protocol