Bozhidar Batsov

Results 1760 comments of Bozhidar Batsov

Good catch. I think that adding a basic shell snippet will illustrate this even better. You'll also have to rebase on top of master due to merge conflicts.

That's one of my favourite topics these days, so let me add a couple of thoughts here. > nREPL could be described as a language-agnostic spec, but in practice the...

> Improve the documentation for the current nREPL middleware, filling in missing return values and adding types for all parameters/return values. In particular it would really help if documentation for...

Do this happen with `smartparens-mode` enabled?

@rrudakov Is this resolved now with the new compliment release?

Thanks for looking into this! > Emacs caches the received result and keeps it in memory all the time which makes Emacs GC last a few seconds. Most Emacs operations...

> Droping :arglists and :doc from the relevant meta helps on the Emacs side a little (less objects for the GC to track), but the slow processing time on the...

Probably you've seen this already, but all the relevant usage of the metadata is here https://github.com/clojure-emacs/cider/blob/0c99b0718e1825d020115e0da736ddbcecabb910/cider-mode.el#L757 If we just return the type of the vars instead in the response things...