Luna Razzaghipour

Results 44 comments of Luna Razzaghipour

Why prioritise `system-ui` over `ui-sans-serif`? If the system is using, say, a serif font as the system font, would Primer really want to use that? If yes, then why use...

Sorry to comment on such an old issue, but I created [a crate called Etcetera](https://docs.rs/etcetera) that, in my opinion, addresses `directories`’s problem of using _too_ platform-specific locations. It does this...

I remember in [this issue](https://github.com/rust-lang/rustup/issues/247) where some Windows users disagreed with XDG, since putting a `.` before a file or folder’s name doesn’t actually hide it. This means they end...

I guess you could use the [Unix](https://docs.rs/etcetera/0.3/etcetera/app_strategy/struct.Unix.html) strategy on Windows and [Xdg](https://docs.rs/etcetera/0.3/etcetera/app_strategy/struct.Xdg.html) everywhere else. The irony of using the Unix strategy only on Windows is not lost on me 😄

Conversely: > Setting this option does not change the background color, it tells Vim what the background color looks like. For changing the background color, see |:hi-normal|.

The tranquilize function (correct me if I’m wrong) makes all the highlight groups it is given ‘invisible’, making them completely blend into the background. As the `StatusLine` highlight group is...

That’a a great point, thanks for the discovery. I definitely would prefer to allow identifiers to contain underscores, so that was an oversight when I was writing the regex. I’m...

@kMeillet Thank you for the compliments, it means a lot! :) unnamed-language (name pending) is definitely more advanced than Eldiro ever was, but it’s my first ever try at some...

Hmm, since it’s impossible to disable (as per my own experience and yours), it would be better to not highlight unresolved references by default. @matklad What is your opinion here?...

I believe @matklad would have to set up publishing to his OpenVSX namespace (?), though I’m not sure.