Sergei Chestakov
Sergei Chestakov
Hey there! Love the app but am unfortunately running into an issue that is preventing me from continuing to use it 😕 I recently uninstalled and re-installed Kap as I...
#### Description of Change It looks like the code sample is incorrect here for handling deeplinks on Linux. After some trial and error debugging why my Linux app was not...
looks like `command` can be null [here](https://github.com/replit/codemirror-vim/blob/24e4f556931342cad40ddf7913f9d1ba7d84b64a/src/vim.js#L1003) in some rare cases so CM Vim will throw an error when we try to access it's types as part of the keydown...
### Describe the bug Hey! this app/library is sick. Looks like [the demo](https://xyc.github.io/react-repl-console/) doesn't work in Firefox though ### Steps to reproduce the behavior 1. Visit https://xyc.github.io/react-repl-console/ in an incognito...
It seems that the Emmet extension currently conflicts with the [built-in CSS autocomplete results](https://github.com/codemirror/lang-css/blob/main/src/complete.ts) and is always rendered at the top no matter how relevant it is. I did some...
See below gif for some examples. Typing in `h1` at the top level results in `height: 1px` being inserted which is unexpected in this context (since h1 is a valid...
### Description Hi! Just noticed this link was incorrect and 404s 🙂 s/scrollbar/scroll-area does the trick
[Relative line numbers](https://linuxize.com/post/how-to-show-line-numbers-in-vim/) in Vim has been one of our most requested features for our Vim integration. we could obviously roll our own if we wanted to via another extension...