Hartmut

Results 58 comments of Hartmut

@cbornet so you're using grpc-spring-boot-starter together with https://github.com/salesforce/reactive-grpc/issues/6 ? Isn't their impl built on (along with) separate _generated_ 'reactor' Grpc services, + defining their own custom `@GrpcService`?

-> `npm install -D @nuxt/image-edge` ref https://v1.image.nuxtjs.org/get-started

As for a solution on how to extend `` - how about adding `2x` (`3x?`, ..?) props? ```html ``` Alternatives ideas - prop `density2x` (, `density3` , ...?) - prop...

**References** - https://github.com/nuxt/image/issues/216 - https://github.com/nuxt/image/pull/459 - https://github.com/nuxt/image/issues/113 - https://github.com/nuxt/image/pull/769

Would you consider support for this to be added, any preference on which props to go for? How about adding following boolean props? Or would that make it too restricted?...

Astro uses `widths` in addition to `sizes` to explicitly define image variants to be provided. I think this would also be a good + straight option?!? ref: https://docs.astro.build/en/guides/integrations-guide/image/#widths

Many thanks for the ref @mrdannyjohnson! I'd guess this work item would mean image variants (srcset) are actually generated + packaged at pre-render ('generate') time using e.x. [IPX](https://v1.image.nuxtjs.org/providers/ipx/)? Basically I...

hah! And I thought something from this reproduction example was different from my actual project... I've created following branch to show the state with `provider: 'vercel'`: [image-provider-vercel](https://github.com/hartmut-co-uk/nuxt3-generate-static-vercel-image/tree/image-provider-vercel) => vercel deployed...