Earl Oliver

Results 3 issues of Earl Oliver

Thanks for the nice library! A small bug, the crop rectangle extends beyond the edge of the underlying source image. Here's an example photo. ![photo 12-5-2013 12 05 39 am](https://f.cloud.github.com/assets/1380756/1680142/4ec3412c-5d6b-11e3-9ce6-698654dee4e2.png)

Steps to reproduce from: /next-server-task/examples/openai-image-generator ``` pnpm install pnpm build ``` Module not found: Can't resolve 'next-server-task' > 1 | import { TaskError } from "next-server-task"; 2 | import {...

bug

There is an issue with the [setISODay documentation](https://date-fns.org/v3.6.0/docs/setISODay) ### The problem with setISODay documentation The example is incorrect. Has an 8 where the month value should be a 9 for...