Jason Heeris
Jason Heeris
## Describe the bug Long prompts eg. for removing or overwriting files, are cut off at the right side in the terminal. This makes it impossible to (a) see what...
In the default C highlighting, labels are given the scope `entity.name.label`. In C Improved, they aren't. It's easy to miss since I think a lot of schemes ignore it, but...
A long, long, long standing annoyance of mine has been these details of the original Base16 style guide: > **base03** - Comments, Invisibles, Line Highlighting I don't think comments should...
Using DocBlockr, when I'm in a multiline comment (opened with `/*` or `/**`), using `alt+q` will re-wrap the multiline comment contents but maintain the leading ` * ` on each...
I type: ```c /* * */ ``` I hit enter after the closing `/` and see: ```c /* * */ * ``` The last ` * ` shouldn't be there!
Simply put, when I press `[enter]` after this: ```c /* Any text... ``` ...I'd like to get this: ```c /* * ``` Whether it automatically adds the closing `*/`, creates...
There are a few inconsistencies in Calloop's higher-level event sources, and even though they are extremely minor, I thought I'd make the suggestion since I've coded up an alternative for...
I found that in your implementation of `interp` (in the multirate module), if you use `filtfilt` instead of `lfilter`, and don't cut off the results (ie. with `[r*l+1:-1]`) the result...
The colours listed as "bright green" and "bright yellow" are actually a very dark grey. [For example](https://github.com/wuqs-net/base16-windows-terminal/blob/master/colors/base16-default-dark.json): ```none "brightGreen": "#282828", "brightYellow": "#383838", ``` This makes it impossible to read on...
See the [test project here](https://gitlab.com/detly/bacon-workspace-test). It's a simple workspace project with a member package `member-one`. The `member-one` package has an error in a unit test, so it builds when `cargo...