Anthony Fu

Results 1228 comments of Anthony Fu

In that case, I guess we will not be able to provide all the SVG styles? I don't need this feature myself, but open for PRs.

We already doing localeCompare here: https://github.com/unocss/unocss/blob/147044776be55ce1cb3105fd37dd0197315246d1/packages/autocomplete/src/create.ts#L191-L204 I guess this evolved with a bit more complex sorting algorithm.

Nice found! I just updated the snap, I don't think the new results are preferable, can you check again and see how it could get improved?

Supposely #3620 should improve the situation, if not feel free to bring it back.

Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example). Thanks. > [Why reproduction is required](https://antfu.me/posts/why-reproductions-are-required)

I personally have zero experience with React Server Component, and no really much interest in it. Open to contributions as long as the solution is straightforward or easy to maintain...

This is caused by #3448 + Nuxt 3.9 changes. An workaround for now is to add this to your nuxt config: ```ts export default defineConfig({ features: { inlineStyles: false, },...

I am not sure about the complexity here. Is it possible to have a simpler solution? Tests are always preferred especially with RegExp.

The prefixes have different meanings for each preset (please refer to the jsdoc). I'd say this is the expected behavior.