Aleksey Razbakov

Results 48 comments of Aleksey Razbakov

Width and height can be auto generated. Let's assume `demo.jpg` is 2000x2000. I think this `` should be interpreted as ``. And following this logic I don't see the need...

> I never use `width` and `height`. I always uses `sizes` instead. Possibly also all of them could be omitted to display the original image. > > Therefor I dont...

Yeah, you are right. Here is what I found - https://stackoverflow.com/questions/67733589/pagespeed-warning-use-explicit-width-and-height-on-image-elements

What would be helpful is to add ratio for cropping: `` https://cloudinary.com/documentation/transformation_reference#ar_aspect_ratio

```ts httpBatchLink({ url: "/api/trpc", }), ``` throws this error: Object literal may only specify known properties, and 'url' does not exist in type 'HttpBatchLinkOptions'.

@wobsoriano I had ^0.7.0 and update to ^0.10.22 fixed the issue

Can there also be an issue with `useQuery`? Some times `newData` in this example is undefined. ```ts import { useQuery, type EntryKey } from '@pinia/colada' import { useIntersectionObserver } from...