Andrey Mishchenko
Andrey Mishchenko
**Is your feature request related to a problem? Please describe.** I use `set signcolumn=number` and have my cursor line highlighting extending across the number column like so: I can't find...
**Is your feature request related to a problem? Please describe.** When editing a file, if you add a new line (by pressing enter or some other way), there is a...
If I do the following: 1. Start `nvim my_file.lua` 2. `:lua require 'osv'.launch()` 3. Launch another `nvim my_file.lua` 4. Set a breakpoint in the second client 5. `:lua require 'dap'.continue()`...
### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/15f08a8faa22d52480cdcb9ef9ca698120f04363/doc/cmp.txt#L616) and it didn't resolve my problem. ### Issues - [X] I have checked [existing issues](https://github.com/hrsh7th/nvim-cmp/issues) and there are no open or...
`VimwikiDiaryGenerateLinks` destroys any marks that are set in the diary index. This also breaks returning to (a spot in) the index using jump list navigation (`/`). I understand that some...
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** I would like to be able to set the contents of the...
(Using 0.9.97.) If I call `local app = hs.application.open('/Applications/Spotify.app')` or any other path in `/Applications`, the call succeeds (the app gets opened/focused) but `app` is `nil`. I'm not totally sure...
I am considering switching to Emacs, and considering using emacs-libvterm as my terminal emulator. I ran some throughput tests and it looks like emacs-libvterm throughput is 3 or 4 times...
I would like to use some nice, general-purpose utilities from TF-Agents, for example the [replay buffers](https://www.tensorflow.org/agents/tutorials/5_replay_buffers_tutorial). Is it possible to set things up so that utilities like this are usable...