Abe Fehr
Abe Fehr
The lazy loading approaches don't work for me since I'm using [the zsh hook](https://github.com/nvm-sh/nvm#calling-nvm-use-automatically-in-a-directory-with-a-nvmrc-file) that automatically runs `nvm use` on each directory change. I want my node version to be...
I'd just like to share that [Textual](https://github.com/Textualize/textual) has scrolling views that even have scrollbars, and buttons, etc.
@jarnove I have no solution yet 😢 I actually attempt to write/read to the encrypted store 3 times and if it fails I ask clients to uninstall and reinstall the...
> Hey. I have a few users with a similar issue, but I'm not sure it's the same. Is a new device/restore really needed or do you have a simpler...
It just uses the same style from the original I forked from, at least I don't remember modifying them. You can find the plugin's stylesheet at `styles/markdown-preview.less` or I believe...
I realize now that the font colour used is the one from the _theme_. I see that the text shows up perfectly readable when I use the Atom Light UI...
Not really a priority to be honest, since the tests where inherited from Markdown and aren't related to the math portion. I guess I'll leave it on the list in...
Here's a screenshot indicating what the "Project search" page looks like after having clicked "Search inside" Note that even though I clicked "Search inside" on "cli", "cli" isn't present in...
Piggybacking to share this related behaviour: in VS Code, doing "Find in folder" and searching for a query works if a folder is ignored, but in Zed that doesn't seem...
> > I don't know anything about tree sitter, but I did stumble across this, is it better than the other grammar? https://github.com/tree-sitter-grammars/tree-sitter-scss > > This looks promising, but I...