Max “Goldstein” Siling
Max “Goldstein” Siling
Script to reproduce: ```typescript console.log("\x1b[38;2;255;0;0mPlease, enter 'g' now"); console.log("\x1b]1337;SetColors=fg=fff\x1b\\\x1b]1337;SetColors=bg=fff\x1b\\"); await Deno.permissions.request({ name: "env" }); ``` When running this on iTerm, the only thing visible on the screen is `Please, enter...
Hi! I would like to be able to specify fake module "load path", which just uses in-memory `&str`. My use case is generating syntax highlighting CSS via syntect and then...
Hi! My usecase is following: I want to display progress bar for volume and color it differently when volume is muted. Currently I could probably achieve this by creating two...
- [x] A programming language requires this ligation. Provide the information below. - [x] This ligation is implemented in other programming fonts. Provide samples below. ------ Rust uses `::
**Is your feature request related to a problem? Please describe.** Opening big files is slow. Other editors solve this problem by loading only visible part of the file. Ox loads...
Subj. Internal NeoVim's LSP client shows virtualtext descriptions on each warning, so it should be possible.
I want to disable error messages about not found linter executable. I have one Vim setup for many hosts, and it's perfectly OK if there is no linter on one...
There are plenty of files I do NOT want to run makers on (e. g. experiment scripts that will live for 5 minutes). It'd be cool if neomake parsed comments...
Unions with non-Copy fields are now stable.
Hi! My company uses Stash for repository hosting. URL has format: ``` ssh://git@://.git ``` which corresponds to the web URL ``` https:///projects//repos/ ``` It would be cool if git-brws supported...