chtenb

Results 94 issues of chtenb

When I enable ace jump (VS 2017) it looks like ![image](https://user-images.githubusercontent.com/1030961/54543590-35ee9780-499e-11e9-89fb-fb2d20123593.png) 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

![image](https://user-images.githubusercontent.com/1030961/153075055-9da6be10-9a9b-44f9-835e-3cb1e749a766.png) ``` 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...

bug
Windows

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

enhancement

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

bug
completions

### 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) ×...

bug

Before enabling Dance ![image](https://user-images.githubusercontent.com/1030961/149996280-84e4d15e-059e-43a3-b7c3-e7166eb11090.png) After enabling Dance ![image](https://user-images.githubusercontent.com/1030961/149996362-8e1f11e8-c87c-46b9-bd58-79fcf6ca0041.png)

bug

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