Daniel Roe

Results 2592 comments of Daniel Roe

Nuxt Image supports static image optimisation using ipx; it doesn't currently do static optimisation of images from a runtime provider, though I think it would be a nice enhancement.

Exactly. Remote images can also be optimised but not if they are paired with a runtime provider.

Yes, the module builder needs to be updated here also.

I've created https://github.com/primefaces/primevue/pull/6336, but note that we also need https://github.com/primefaces/primevue/pull/6207

oh, I wish v2 would be released with this fix 😆 (it's so good!) if we need more testing (understandable) would you be up for a perf improvement PR in...

I'll have a look. would you provide a minimal reproduction?

Well, honestly half the reason I asked was that it really doesn't seem like that should work.

Yes, we would have to be very clear users would have to pass a string literal. On the other hand, we can strongly type the arguments, and I think it...

I think we could add support in the html-transform plugin for detecting if `defineLazyHydrationComponent` is used?