Anthony Fu

Results 1222 comments of Anthony Fu

Yeah I think that are the ways to use it. When `ssr: false` and `provider` is not set to `server`, the client will go to Iconify's API endpoint to ask...

That's the tricky part I mentioned in #311. If you don't use ssr but have an API server, you can set `provider: 'server'` so the icons would be requested from...

The approach of #311 won't to not to treat custom icons specially from Iconify icons, meaning that if you want to get them into the client bundle, you either need...

Yeah, this is a limitation of `eslint-plugin-vue` that hard-coded the support of `defineComponent` - it's not Nuxt aware. /cc @ota-meshi do you think it makes sense for `eslint-plugin-vue` to support...

Sure, if you want to work on a PR. But I am not sure if `--fix` should be included by default

Can you provide a bit more context on this? I don't see anything in this module would cause memory leak other than enabling the dev-checker, but it doesn't seems to...

I am not sure how this would be useful. If we only do the parsing, shouldn't that information already be available just by feeding the entire file to LLM? (which...

Sorry for late reply. I am a bit concerned about the complexity it introduces. Technically, MCP is a completely different feature from the current extension, I am worried about the...

Thanks for the PR and explanation!