Steven

Results 529 comments of Steven

Is there any benefit to changing from the legacy `.rotate()` to the newer `autoRotate: true`? Or is this just a syntax change with the same underlying logic? I ask because...

@edustef The redirect issue seems unrelated. That was fixed in https://github.com/vercel/next.js/pull/49965. You can try it out by upgrading Next.js by running `npm install next@latest` (or equivalent using your desired package...

@lovell I just discovered this issue on the latest sharp (0.33.5). I found that both `avif()` and `gif()` suffer from this issue (but `png()` and `webp()` work fine). Here's the...

@lovell Thanks for fixing the GIF output so fast! Looking forward to that landing in sharp! 🚀 Regarding the similar issue with AVIF - I see you mentioned upgrading libheif...

@benmccann Take a look at https://github.com/styfle/packagephobia since the caching works how you described. For example: ```md [![install size](https://packagephobia.com/badge?p=@sveltejs/kit)](https://packagephobia.com/result?p=@sveltejs/kit) ```

@dougwilson @UlisesGascon Is this the correct file to edit when adding `compressible`? Let me know if I need to change anything, thanks!

This should improve the cleanup: - https://github.com/styfle/packagephobia/pull/1068

The problem is that these packages take longer than 30 seconds to install so it times out mid streaming.

Looks like a duplicate of https://github.com/CanadaHonk/porffor/issues/194