Pooya Parsa

Results 962 comments of Pooya Parsa

@AndrewBogdanovTSS Would be nice to automate and vary by device but we don't have access to `window.devicePixelRatio` on the server-side. This will cause a hydration error. (on client-side it also...

Can you please provide a reproduction? 🙏🏼 `_img` is being accessed from `ssrState.nuxt` and payload data. Both shouldn't be `true` it is strange...

Would you please make a reproduction issue? 🙏🏼

Check out https://github.com/nuxt/image/pull/359 for context, and [product docs](https://developers.cloudflare.com/images/serving-images). It is a hosted (by upload) API while there is another (experimental?) `cdn-cgi/` endpoint that allows fetching remote images to work zero-config...

Thanks for clarifying @xtuc ❤️ Indeed second one is what we ideally want and is already possible for other providers. If it is out of beta now, do you have...

Hi. I'm trying a [big image](https://images.hdqwalls.com/wallpapers/star-wars-scifi-5k-ss.jpg) (6MB) but cannon t reproduce such error. Can you please provide a reproduction and share format, size and environment you are using?

Hi! I'm pending this issue for #276. In order to being able generate hashes without exposing secret to the client we need possibilities form nuxt 3 / nitro.

Hi @KaragiannidesAgapios. Thanks for the issue. Since runtime transforms are not hashed, they should be cached in a way next deployment can invalidate them with low TTL (updating `hero.jpeg` being...

Hi, @Diizzayy thanks for details issue and reproduction. I see the problem. We might need to encode src segment in final URL to avoid double slashes. In the meantime, you...