girishji
girishji
Changes to Rcpp is causing these downstream warnings. I’ll get to it when I have time.
new version should fix this.
This does not work. When I tried to click the box the whole window disappears. Please stop that Tips window from popping up at startup. On Sat, Jan 14, 2023...
1) It does not save the settings. I attached the json file at the end. 2) There are errors in the log (see below) 3) There is no menu option...
Bug appears only when in insert mode and `````` is used to paste the ```"``` or ```-``` register. The count argument passed to ```c``` command gets prepended when register contents...
I understand the usage. Is there a write up somewhere (reference) how this circuit works in principle? It is not intuitive how these mosfet switches cause delay.
Is the RC delay circuit tested with real components (not simulation)? RC delay is a good idea for this application. When SW is not pressed it barely wastes any current...
It is possible to get around blocking calls that take a long time. I wrote a autocompletion plugin (https://github.com/girishji/autosuggest.vim) for cmdline-mode completion in vim9script. I solved this problem by adding...
I can reproduce this. @andlrc This is the problematic code in `lsp.vim`. It prevents the second LSP server from starting. Any reason why this check is in place? ``` export...
> I'm starting to think that the `pyright-langserver` is silently crashing on it's first setup. @andlrc that is not true. `AddFile()` gets called twice. First time with only `pylsp` in...