Noah765
Noah765
Do you mind if I release my fork under a different name? I am currently working on a new version that relies on a flake generator rather than a patched...
I have moved on to my fork called [Modulix](https://github.com/Noah765/modulix), and have archived my [combined manager](https://github.com/Noah765/combined-manager) repo. I still think I made some valuable improvements to your project in this PR,...
I was able to login to the latest version of MacOS by following these steps (largely copied from [this](https://www.youtube.com/watch?v=hbSq1Ns7qcQ) video). Note that "some account services" will not be available because...
I've tracked down this problem and found that in my case, stylix along with how I set `home.stateVersion` was causing it. You can read more about the specifics of the...
Other temporary solutions include replacing `FaIcon` with `Icon`, which does the same thing as wrapping `FaIcon` in a `SizedBox` as you have done. With this approach you lose the flexibility...
`Icon` forces the icon into a square using a `SizedBox`. It also sets `height: 1.0`, which causes the icon to fill the entire `SizedBox` vertically, potentially resulting in horizontal overflow....
Analyzers would definitely work in this case, but a single analyzer per index may limit how you can define your indexes (e.g. a complex index that uses multiple fields and...
My explanation of why I called `rustfmt` a dependency of `rustaceanvim`, and how that relates to `ft_rust`, was a bit lacking. I updated the description of this PR and the...
To reiterate, `rust-analyzer` is the de facto LSP client for Rust, and Conform is disabled by default. The formatting functionality of `rust-analyzer` does not work when `rustfmt` is unavailable. Currently,...
> I'm slightly leaning towards 3, CC @NotAShelf for a second opinion If there aren't any negative consequences, I think it would make more sense to support both by default....