Ayu

Results 247 comments of Ayu

Please refer to my response in fontsource/font-files#6.

I'd like to wait for Google to add it themselves. Please follow google/fonts#5540 and google/fonts#5541 respectively as they're actively working on it.

This one is quite an undertaking and needs a lot of consideration. For example, a lot of the Google Fonts are metafont descendants and I'm not sure how much overlap...

https://virtuoso.dev/ - Might be a good fit for virtualisation support.

@FredKSchott, @oscard0m - Thoughts on [Depfu](https://depfu.com/) as the dependency manager instead? Looking at PRs right now... we've got a full page of just dependency updates polluting everything. Approving all of...

Another use case for this was discussed in https://github.com/parcel-bundler/lightningcss/issues/664, where certain [`@custom-media`](https://lightningcss.dev/transpilation.html#custom-media-queries) queries may need to be included in every single CSS file.

Something composable and flexible like a [Combobox](https://mantine.dev/core/combobox/) component would cover a wide range of use cases and is my only blocker from switching to this project.

That's fairly brittle since we already support a non-standard `from` format. I think it unnecessarily adds too big of a surface area for bugs and edge cases. It breaks away...

`dns google.com from belgium+google @9.9.9.9 +tcp +trace --latency --resolver 1.1.1.1` Even though this command is unlikely to be used, there are so many edge cases to account in arg and...

> The --resolver part is not needed because thats the @9.9.9.9 part. We still have to account for weird combinations like that. > `dns google.com @9.9.9.9 +tcp +trace --latency from...