Jason Heeris
Jason Heeris
The jUnit XML report does not seem to include skipped tests, even when the `status-level` is set to `"all"` in `.config/nextest.toml`. Using the default project generated by `cargo init --lib`,...
Inconsistent "group-name" style resolution: "description" seems to override some tags but not others
Firstly, I'm not sure whether this issue relates to zsh itself, completions, or zle. I'll start by raising it here, but if I should ask elsewhere please feel free to...
This is based on [an example project](https://gitlab.com/detly/bacon-offline-issue-example) that uses local path dependencies. If I start `bacon` (no options) in project `one` and make a change to `two/src/lib.rs` that breaks compilation,...
If I have this config: ```text image usb.img { hdimage { partition-table-type = gpt } partition root { image = "root.img" } } image root.img { size = "64M" vfat...
If I have a workspace package that also has non-workspace path dependencies, the coverage report from `cargo llvm-cov --workspace` includes the non-workspace sources. I don't know if this is expected...
### Description of the bug When the setting `"match_brackets_angle"` is set to `true`, other kinds of bracket matching _sometimes_ fail for languages that use unmatched `>` in their syntax eg....
I have a dual monitor setup plus laptop screen, _but_ I like to have both monitors (2560×1440) in portrait mode. There's an option for **Text Diff Style** to change between...
Using: * Windows 10 * Python 3.6.0 * virtualenvwrapper-win 1.2.5 When I try to use the `-p` flag to point to a specific Python installation that happens to be in...
reveal-md version: 6.0.1 npm version: 10.2.4 node version: v20.11.0 Create a single file `test.md` containing only: ````md ```text a b ``` ```` This is rendered as: ...
In the "[Your First Plugin...](http://docs.sublimetext.info/en/sublime-text-3/extensibility/plugins.html#your-first-plugin)" section, the first step is: > Select Tools | New Plugin... in the menu. It is actually Tools | **Developer** | New Plugin... `*cough*` I...