Bozhidar Batsov

Results 1758 comments of Bozhidar Batsov

I'll have to think about this. Right now `cider-pop-back` is just an alias for a built-in Emacs command that goes over all the locations that were saved. Potentially we can...

Looks like nREPL commad-line interface got some unexpected param or something like this. Hopefully that won't be hard to debug.

Well, the problem is that currently docstrings are all considered to be positional relative to the beginning of some form. See https://github.com/clojure-emacs/clojure-mode/blob/464c9de6734cb4b426137674041d695c2a7c7ef9/clojure-mode.el#L854 We've got no code that can actually pinpoint...

For what is worth - I'm fine with adding a configuration option (defcustom) about using dynamic-font-sizes for headings/titles/etc. I generally dislike them as I think the markup itself gives enough...

Basically the problem stems for quoting symbols `'symbol`. It's rather hard to support this and allow quotes to appear anywhere in the symbol's name. I think allowing this was a...

@vspinu Yeah, you make a good point. Maybe we should just fix the font-locking. After all it's just tweaking a regular expression.

Yeah, the old piggieback doesn't work with modern releases of nREPL, but I think @bhauman was making the point that the code as currently structured allows the use of older...

Well, we actually have a style guide now - https://github.com/rubocop-hq/rspec-style-guide/ (thanks to @pirj). We should link to it from the RSpec cops and keep refining/evolving it.

I'm surprised nobody noticed this so long, as we moved all the documentation about core RuboCop plugins to AsciiDoc/Antora recently. I even opened https://github.com/rubocop-hq/rubocop-rspec/issues/922 about the final missing point and...

Right now it's manual - https://docs.rubocop.org/rubocop/0.87/contributing.html#documentation The new docs site pulls all documentation modules from all the repos and builds the combined site. The only thing to keep in mind...