Anthony Fu

Results 1228 comments of Anthony Fu

Please create a new issue with proper minimal reproduction. Thanks

Thank you, but I am not sure this plugin is useful to general Nuxt apps. If you mean have it for the Nuxt's core repo, it should goes to https://github.com/nuxt/nuxt/blob/main/eslint.config.mjs,...

While I do not fully understand how to read the report, I see it mostly reduces time by a tiny fraction `~0.5%`, which I think is still valuable considering the...

Could you sort them in the correct position? Thanks

@benjamincanac Would it be possible for the Nuxt UI 2 to use the new icon module (after we do stable releases) so people could benefit from it before wait for...

> The problem does not occur in the latest beta version of nuxt-icon, but in the original project I use nuxt-ui, which uses the old version This issue is no...

This wasn't about caching, I think; it's more like it wasn't picking up the updates for custom collections. https://github.com/nuxt/icon/pull/282 should already fixed this.

c6956675c61fe669bfa1311c6db56bf036fc603b should fix it. Tho it's a bit tricky to support real HMR as the rendered icons do not have a direct relationship with the source, but in `1.10.3` at...

I am not very familiar with a11y myself - I wonder what would be your solutions in mind? From my personal point of view, tooltips from Twoslash are usually "additional...

I never used TS plugins, but I guess you will need to pass it in JavaScript with the plugin instance rather than the plugin names.