Bozhidar Batsov

Results 115 issues of Bozhidar Batsov

Hey there! I just came across the project (which looks pretty cool, btw) and I have a couple of small suggestions to improve the docs: * Might be a good...

doc

In order to provide a similar experience for users of both Clojure and ClojureScript it'd be nice if the completion handling code supported several compliment features: - context aware completion...

I just want to extend an invitation to host this under https://github.com/nrepl, as this would improve the maintenance and discoverability of the project.

Feel free to share here resources that might be useful for the guide. I found a couple: - https://launchschool.com/blog/assert-yourself-an-introduction-to-minitest - https://semaphoreci.com/community/tutorials/getting-started-with-minitest

I've installed all the required things for the build, but I get the following error: ``` In file included from /home/bozhidar/.emacs.d/elpa/vterm-20220827.1455/vterm-module.c:1: /home/bozhidar/.emacs.d/elpa/vterm-20220827.1455/vterm-module.h:103:3: error: unknown type name ‘VTermSelectionMask’ 103 | VTermSelectionMask...

I think it would make a lot of sense to make `ace-jump` CamelCase aware when `subword-mode`(a minor mode that names editing commands CamelCase aware) is active, since most programming languages...

The following thread on the Clojurians Slack caught my attention https://clojurians.slack.com/archives/C04CAKAGADU/p1695973819828719 ``` So I've been using clojure.pprint/pprint for my pretty-printing needs so far, but it's really quite slow. I can't...

I've noticed that these days the new super fast Prism parser has a `parser` backend that seems to work with RuboCop (see https://github.com/kddnewton/parser-prism#rubocop), but requires a bit of manual work....

enhancement
high priority

I've noticed on emacs-devel that Lisp-like modes weren't supposed to derive from `lisp-mode` (which is a major mode for Common Lisp), but rather from `lisp-data-mode` or directly from `prog-mode`. There's...

help wanted

**Is your feature request related to a problem? Please describe.** Some people are always frustrated that CIDER requires some additional setup (namely the need for `cider-nrepl`) and would prefer if...

enhancement