Results 66 issues of Ivan Yonchovski

Consider the following code which will create clickable overlay: ``` emacs-lisp (overlay-put (make-overlay (1+ (point)) (point)) 'after-string (with-temp-buffer (insert-text-button "link in overlay") (buffer-string))) ``` It would be good if `link-hint-open-link`...

- see https://github.com/nim-lang/nimble/pull/1017 and https://github.com/nim-lang/Nim/pull/20179

As per lsp spec the servers are supposed to use the text in didOpen notification and avoid reading the file content from the disk. Recent versions of jdtls (not sure...

bug

Very handy for renaming local variables/methods.

enhancement

I think that recent change in `lisp/progmodes/cc-mode.el` in emacs master branch broke smartparens because smartparens works fine in js-mode/rust-mode but breaks in java-mode/c++-mode. At the same time, it works fine...

- needs #20168 to make the stuff working I went for this minimal solution because it seems like `compiler.nimble` and `nimsuggest.nimble` are not in use

- Fixes #953 Allow having nim as locked dependency. - I will add unit tests once we agree on the approach and once nimble related changes in nim are merged...

Often it is handy to manage the compiler using `nimble`. This can improve reproducibility of the builds and make the projects more self contained. I spent some time looking into...

I am open on suggestion for better/different representation of the tree. Once we agree on the format, I will update the documentation and add tests Here it is sample output...