Results 66 issues of Ivan Yonchovski

What do you think about defining a set of anamorphic versions of the functions, like this: ``` elisp (defmacro deferred::nextc (d &rest body) ;; the prefix could be different. `(deferred:nextc...

`curl https://nim-lang.org/choosenim/init.sh -sSf | sh` fails because nimble is printing a warning if NIMBLE_DIR is set. One way to fix the issue is to raise the logging level in Nimble...

Consider the following code: ``` package temp; public class T { public void name() { String s = null; s.nnull| } } ``` Trigger completion at `|`. This will result...

content-assist
protocol

At this point, when you have lock file(which in latest `nim` file will be equivalent to running with `--noNimblePath`) the command will fail. We have to have a mechanism to...

Steps: 1. Compile elisp to js 2. Change elisp object allocation to be performed by deno to make GC work. 3. adapt some of the elisp primitives like `let` to...

good first issue

Here are a few topics I which to discuss with flycheck maintainers. 1. https://github.com/emacs-lsp/lsp-ui/issues/301 - we want to move flycheck integration out of lsp-ui. Instead of having it elsewhere, what...

kind: feature request

In my testing, I see that the frame is recreated even with helm-display-buffer-reuse-frame set to t. I think that the deletion of the frame happens in helm-cleanup. This is a...

I am working on `lsp-mode` and I want to use the library for displaying lenses (https://camo.githubusercontent.com/348d682e4a4cc1f84e8571a9488c2087ae754c88/68747470733a2f2f692e696d6775722e636f6d2f437846506f50472e706e67) this would require changes to `quick-peek` to support that option(e. g. removing the spacers)....