-
It would be nice that have a variable for a timer/delay before the popup shows up.
Is it possible to scroll the doc popup? Now there are times when text is clipped, even after adjusting height/widt…
-
Contrary to most major modes, syntax highlighting in `lean4-mode` is not instantaneous, in the sense that if I start typing `def a : Nat :=`, it won't syntax highlight until I have paused my typing, a…
-
After upgrading to GHC-9.4.5, we've been noticing a lot more of the `-package ... is hidden` errors in HLS with a stack multi-cradle.
Initially I thought this was merely #366. But after further t…
-
## Description
I use gin in my docker container.
I start my gin server use this: (In fact, it works, i can remote debug use VSCode)
```
dlv --listen=:2345 --headless=true --log --api-version…
zw963 updated
2 years ago
-
Apparently, I'm behind corporate proxy and with custom SSL certificates which cannot be verified properly:
```
--2019-06-04 10:36:48-- https://repo.maven.apache.org/maven2/io/takari/maven-wrapper…
-
I have recently been receiving autocomplete when pressing enter at the end of a sentence in a comment:
```haskell
-- foo is a number.
foo = 1
```
If my cursor is at the full stop after "numbe…
-
There's a newish feature in emacs that swaps out `select` for `poll` to allow over 1024 file descriptors to be open, IIUC. It's supposedly a 'drop in' replacement. However, my first attempt to run ema…
-
There is a bug in eproject--selector. It assumes that every buffer where 'eproject-maybe-turn-on' is invoked, must be a file. I am using SLIME (emacs mode for common lisp programming). I have defined …
-
Thank you for taking the time to report an issue and improve Flycheck. This template is for **actual bugs you observed**. If you have trouble setting up Flycheck, or if you have a question, please u…
-
I'm a bit confused of the function, especially this part https://github.com/non-Jedi/lsp-julia/blob/master/lsp-julia.el#L279-L289
In short, this essentially gives something like
```julia
julia …