Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

can you try with `import FolderIcon from "virtual:icons/material-symbols/files?raw=true&width=24px&height=24px";`?

arggg, changes in `guardToPromiseFn` breaks also current router, I need to review the logic: adding optional NavigationInformation parameter to `guardToPromiseFn` cannot be done with current method signature

https://github.com/userquin/vue-router-api/tree/nav-api-vue-router using pkg-pr-new from this PR

Maybe we can use a vue plugin for `enableViewTransition`, this way Nuxt can register the plugin (its current plugin can be simplified a lot with latest features added here)

arggg, back/forward view transitions broken, reviewing code

From the docs here https://nodejs.org/api/fs.html#fspromisesglobpattern-options will require Node 22, this is breaking, what happens with Node 20 support?

`tinygloby` using `picomatch`, how about `glob/pattern` compatibility? `exclude` can be also a function whereas at `tinyglobby` can be only `string | string[]` (`ignore`): https://github.com/SuperchupuDev/tinyglobby/blob/main/src/types.ts#L95

@kazupon looks like we need to move the hook inside the `vite` framework here https://github.com/intlify/bundle-tools/blob/main/packages/unplugin-vue-i18n/src/core/resource.ts#L234-L244 (`unplugin` doesn't support `handleHotUpdate`) upps: it is already inside...

Add this to your public folder, the name should be the old/original name (for example `sw.js`), and then remove the PWA plugin and all pwa stuff (virtual modules) from your...