Matthew Brown
Matthew Brown
## System Information - **OS Version**: Windows 10 Home, ver. 21H2, build 19044.1706 - **Tokei version**: 12.1.2, compiled with serialization support: json (installed through `cargo install`) - **Terminal version**: Windows...
Issue #1145 attempts to fix the Turbofish operator in Rust. Unfortunately, it doesn't account for when text directly follows or preceeds the operator:  I have confirmed I'm using 6.2....
### Build tool Vite ### Where do you see the problem? In the terminal ### Describe the bug #465 fixed the peer-deps problem by requiring `vite@^2.9.0`. However, installing `@crxjs/vite-plugin` alongside...
## Description While most of the UI correctly toggles upon switching languages, and quite quickly too, some pieces do not update until they are re-opened or the program is restarted....
In v1.0.29, `Cargo.toml` and `Cargo.lock` had specific icons:  But now, in v1.1.0, they have the plain `.toml` icons:  It would be nice if these could come...
The `` characters are commonly used like brackets in languages with generics. Unfortunately, that leads to some places where their existing ligatures cause problems: ### Issue 1: `>:` When the...
Continuing with #44, this PR will remove the dependency on three additional nightly features. - The few uses of `[MaybeUninit]::assume_init_ref()` have been replaced with a shim in `src/helpers.rs` that just...