Results 5 comments of Sean Chen

Thanks, it wasn't clear that I needed to type 'exit'. I tried Ctrl + D (which works in WSL/Linux) but that doesn't register on PS. Should we update the docs...

@msullivan Just to let you know, if you set pre-conditions, it works much better. I limited a, b, and c to go from -1e6 to 1e6, and it gave me...

Hi, I had the same issue. I found out that in my node_modules (or yarn cache), I had @types/react v17 and v18, even though I only had v18 in my...

This is an old issue, but since it took me a while to figure out, I am writing an answer here. I believe there are two issues between the two...

I actually have a similar problem using smartcrop-sharp. When passing it options like this: ``` const { topCrop } = await smartcrop.crop(imageFile, { minScale: 1.0, width: 3, height: 2, });...