chtenb
chtenb
When I enable ace jump (VS 2017) it looks like  The labels aren't properly visible
I've been working on an adaptation of [base16](http://chriskempson.com/projects/base16/) to solve a few compatibility issues: [Ansi 16](https://github.com/chtenb/ansi16). - In contrast with the base16 highlighting scheme, Ansi 16 will work well with...
Error: ``` ModuleNotFoundError: No module named '_curses' ``` Suggestion: use unicurses https://github.com/Chiel92/unicurses
 ``` colorSpaceNameESC[m sRGBESC[m commentESC[m ESC[31m- Generated from the ansi16 templateESC[m ESC[32m+ESC[m ESC[32mGenerated from the ansi16 template at https://github.com/chtenb/ansi16ESC[m nameESC[m ESC[31m- ANSI 16 TerminalESC[m ESC[32m+ESC[m ESC[32mAnsi 16 TerminalESC[m semanticClassESC[m theme.ansi16ESC[m...
### What Operating System(s) are you seeing this problem on? Windows ### WezTerm version wezterm 20220421-183827-26500c67 ### Did you try the latest nightly build to see if the issue is...
I would like to make a feature request for support for tmLanguage files and/or the VSCode flavour of this. It is a very prevalent grammar format which would allow us...
### Describe the bug When I use the completion definitions found in `nu_scripts/custom-completions/npm/npm-completions.nu`, that prevents me from running perfectly valid commands. E.g. if I run `npm` that that gives a...
### Describe the bug ```nushell ❯ alias test = if (sys).host.name == "Windows" { bash 'C:\Program Files\nodejs\npm' } else { ^npm } ~ ❯ test -v Error: nu::parser::parse_mismatch (link) ×...
Before enabling Dance  After enabling Dance 
It takes about ten minutes to render the first example, which is a really long time. Not something you want to have when iteratively improving your map. The strange thing...