Matthew Brown

Results 7 issues of 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: ![](https://user-images.githubusercontent.com/43387454/145888084-f89b15a6-a484-4d4f-8a36-cec411f021c0.png) I have confirmed I'm using 6.2....

case-sensitivity

### 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...

vue

## 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....

🔷 Bug 🐛
⬜ Pending

In v1.0.29, `Cargo.toml` and `Cargo.lock` had specific icons: ![Icons before](https://github.com/file-icons/vscode/assets/43387454/0052db21-b61d-40f3-83dc-0ad7033aef20) But now, in v1.1.0, they have the plain `.toml` icons: ![Icons after](https://github.com/file-icons/vscode/assets/43387454/d4fa4e75-24ca-4b9a-8460-54243d751bfc) 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...

feature

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...