Pooya Parsa

Results 962 comments of Pooya Parsa

Nice idea indeed! We should be only careful about chrome dark theme with icons :D

@AndersNielsen85 I changed back usage to `$img = useImage()` (`$img` is a function with attached props)

Thanks for suggesting this. Does making `sharp` an optionalDependency makes sense to you?

We need to move [`ipx`](https://github.com/nuxt/image/blob/026be952375c99eb69747337d6d33c6611731b03/package.json#L32) from `dependencies` to `optionalDependencies` (perfection: in [ipxSetup](https://github.com/nuxt/image/blob/026be952375c99eb69747337d6d33c6611731b03/src/ipx.ts#L8) ensure dependency is installed without any errors and warn if not) Also in your project, you can move...

@PatrickHeneise Would you please share nuxt.config? This is odd that ipx provider is enabled since for vercel deployments, it has to auto switch to vercel.

Thanks! I could reproduce and tracked down issue to [resolveProvides](https://github.com/nuxt/image/blob/main/src/provider.ts#L44) that is always enabling `static` (which uses IPX). Looking for a fix :)

Hi @dannyalder88 Thanks for PR (and fixing typos). If you have a chance to check my comment https://github.com/nuxt/image/issues/216#issuecomment-840740583, if goal is supporting densities, I think it might be much easier...

Hi @ArtCraft. Thanks for detailed proposal. Supporting densities, for sure makes sense. But I am thinking if main purpose is that, we can think about easier interface like this: ```html...

> contains a duplicate size: 200, 400, 400, 800 This is why I mentioned about `omit close variants`. There is also possibly (without densities as well) that two variants lead...

@dannyalder88 Implementing only density in #227 and other PR for #268 would be nice 🙏