Dan Davison

Results 203 issues of Dan Davison

An operation such as `k` in the status buffer moves the cursor in a way that I think isn't correct: Using `|` to represent cursor location, suppose we start in...

bug

Hi @kahole, this extension looks fantastic from what I've seen so far! I'm coming to VS Code as an Emacs+Magit user and it is clear to me that I'm going...

When the first line of a diff hunk is an added line, the green background color of Magit incorrectly extends back into Magit's hunk header line, and one character of...

http://acko.net/blog/how-to-fold-a-julia-fractal/ doesn't seem to work. On loading the monolith output I see errors like this in chrome: In Firefox I see

I believe the 1980s toolbar icons are off-putting to most people who try emacs for the first time nowadays. Until we have a better replacement it would make sense for...

Perhaps replace `ansi_term` usage in delta with https://github.com/epage/anstyle / https://github.com/epage/anstyle/tree/main/crates/termcolor and then use https://github.com/epage/anstyle/tree/main/crates/git to parse git colors (which should eliminate some delta code).

There should be a command named `delta doctor` or `delta --doctor` which checks various aspects of the user's environment and reports on anything that seems like it will cause problems...

### Related problem There were a sequence of subtle bugs and slightly broken releases relating to pipeline management and signal handling (see https://github.com/nushell/nushell/pull/6542 for a summary). It is looking like...

enhancement
tests

### Describe the bug .zip and .tgz files are displayed with an underline font in the `ls` table output by default: But when the terminal window is narrow, they are...

Draft PR, fixes https://github.com/nushell/nushell/issues/5497 As described in https://github.com/nushell/nushell/issues/5497 and in [Discord #completions](https://discord.com/channels/601130461678272522/958067223187062834/1023220198473465996) `Backspace` is causing the completions menu to be updated when it should not (the user is simply deleting;...