Anthony Fu

Results 1227 comments of Anthony Fu

In the future, once https://github.com/nuxt/devtools supports build mode, we could have a page from https://github.com/antfu/vite-plugin-inspect or other analyzers to list cjs/esm dependencies bundled.

Sure, PR welcome. Would be great to have the option to toggle the behavior as well. > Is it safe to login Gmail, GitHub account with this extension. I'd say...

This is quite hard... It's because we have: 1. Plain markdown 2. Mastodon HTML-encoded markdown 3. Expanded HTML for TipTap I have the logic of `2->3`, `2->1`, and `3->1`. But...

To solve I think we need to introduce some real markdown to the HTML library and try to be close to how the Mastodon server is doing.

Discovery.js is a bit hard to work with, from my experience, and I don't know how to blur a certain field. The easiest way we could do is to remove...

https://github.com/vueuse/vueuse/pull/4116 fixes it

Umm, ideally, Vue should already do that automatically when disposing of components. Could you help to take a deeper look?

Would be better: - Rename it to `rootMargin` to align with the API - Support MaybeRef

I don't have interests in supporting PnP, nor taking the complexity. Maybe we could expose an array where you can tell explicitly what collections are available?

Sure, feel free to send a PR and we could discuss with the implementation