Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

NuxtIcon was updated by Anthony to add support on server side (previous version was client only iirc), I can check the integration here. You can use UnoCSS preset icon, will...

Restore old experimental value and delete it once the new preference saved (the problem, we don't know if the user has disabled the experimental feature so we need to restore...

When using only default cjs export the correct usage is `export = d`, when mixing default export + named exports we need to create a namespace. If using default exports,...

I think the example is wrong, iirc you cannot redeclare a const as a namespace, you can only use namespace with classes and functions.

can you check the error in devtools? the server key is requested when the user signs-in: https://github.com/elk-zone/elk/blob/a7d64fd1329c6299799487f20f3783598a774460/composables/users.ts#L106 Here the api: https://docs.joinmastodon.org/methods/push/#get And the vapid_key logic here: https://github.com/elk-zone/elk/blob/a7d64fd1329c6299799487f20f3783598a774460/composables/push-notifications/createPushSubscription.ts#L19-L38 and the creation...

@AndrewMathis13 can you test with linked PR preview when ready?

@kingyue737 should be fixed soon with the new version check https://github.com/userquin/vuetify-nuxt-module-nuxt-v4

Try creating an empty project via create-pwa, your sw using auto update + prompt logic with registerType using prompt. https://vite-pwa-org.netlify.app/guide/scaffolding.html

The PR is finished, we're awaiting for integrations, right now Vite 6 is supported but not using Vite 6 environment api. You can use the version from pkg-pr-new (`npm i...