Benjamin Gondy

Results 8 comments of Benjamin Gondy

Hi, Just a few words to say I'm very happy to hear that you plan to implement this feature ! MP4 files are much lighter 🌍 than GIFs in addition...

For now, I've found a workaround by building my own image on top of `node:lts-alpine` and running `corepack enable` (as root) during build. ```dockerfile FROM node:lts-alpine RUN corepack enable ```...

Just faced the same issue but occurs only in server-side for me. Any update on this ?

It seems your implementation uses the regular `useAsyncData()` composable in client side. IMHO, it would be nice to also have a kind of memoization with a TTL by using `transform()`...

> It also stores and gets subsequent client-side handler results in `nuxtApp.static.data` This is so cool ! LGTM

Any update on this ? Does component-level-caching support (with `serverCacheKey`) function has been dropped as of Vue3 ? I can't find any information in documentation about this for Vue3/Nuxt3 as...

Any update on this issue ? I've created a reproduction link (library mode) : https://stackblitz.com/edit/vitejs-vite-zz3d8x?file=dist%2Fmy-lib.js&view=editor and I've noticed a weird case. When typing using TypeScript AND setting `type` option, the...