Pooya Parsa

Results 1258 comments of Pooya Parsa

Hi @AllanPinheiroDeLima. Actually, you are right. In order to properly support Nuxt 3 stack (and Nuxt 2 with all Bridge features), auth needs a major rewrite which will be introduced...

@Austio it may be possible to namespace using `:` (like `core:renderer:spa`) or multiple tags by `,` (like `core,renderer`). The specific report may then parse it as tags.

@Rigo-m Sharp can be imported inside Node.js ESM files and also working fine with Nuxt Nitro (the only limitation is you cannot deploy to Workers because of Node.js bindings). BTW...

Hi @lovell. Just pinging to say still would love to contribute to this for ESM support! @danielroe is also an ESM expert who might help on this as well :)

Usage is in sandbox comment above but official Nuxt3 integration is coming soon with Image module.

Hi @awronski . That would be nice if you are interested. I think we can access `to` route meta data for additional fields like `analytics` so page components can use...

@awronski We can access to first page on plugin load using `router`. So maybe we can refactor function inside afterEach and call it once again on plugin load. PS: Waiting...

Hi @andreliem unfortunately, the firebase *module* is not stabilized yet. (As of some security concerns with SSR usage). Meanwhile, i suggest you using the code from nuxt [hacker news](https://github.com/nuxt/hackernews) which...

@andreliem I'll keep this thread updated for new SSR changes.

@BjornMelgaard As of lots of new changes it is not working now, I plan to update this module as soon as new vuex releases. Also for access vuex and store...