Troy Brown

Results 12 issues of Troy Brown

When using folding in combination with truncation disabled, such that the text of the file is wrapped, it is noticeable when using `display-line-numbers-mode` that the fold string can be too...

The current way to configure the gdbserver "remote" debugging is to: - set the `remote` boolean to `true` - add necessary information in the `target` field (e.g., `1.2.3.4:6789`). - ```yml...

#### 🗹 Requirements - [x] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my issue and found nothing related and/or helpful - [x] I have searched the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help - [x]...

❲+❳ add glyph to core set

The "fullname" field in the `breakpoint-hit` stopped event doesn't contain the mapped path. I've captured both the `lldb-mi` and `gdb` commands and traces for comparison. Based on the mapping the...

The "fullname" field in the response doesn't contain the mapped path. I've captured both the `lldb-mi` and `gdb` commands and traces for comparison. Based on the mapping the `/usr/src/hello_world.c` source...

In a repository which uses LF line termination, using git-gutter on Windows appears to be problematic for staging hunks (and possibly other operations). Scenario: 1. Source file (LF line termination...

bug

When custom variables are set locally using `hack-local-variables`, a custom variable's registered setter is not invoked. To address this, a variable watcher is used instead to cause the setter to...