Max “Goldstein” Siling

Results 46 issues of 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...

bug
cli
permissions
high priority

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 `::

stale
🖇️ Ligation Request

**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...

enhancement

Subj. Internal NeoVim's LSP client shows virtualtext descriptions on each warning, so it should be possible.

enhancement

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...

enhancement

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...

enhancement

Unions with non-Copy fields are now stable.

S-waiting-on-author

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...

enhancement