Nicky Thorne
Nicky Thorne
The error is caused by an incorrect file path being passed to the PDFView native component. Under the hood, the component instantiates a `new File(path)` object which the specified prop...
I had a similar scenario, whereby I had to read a remote PDF. Upon looking at the code, I discovered that the module only handles local files and asset files...
We are FIPS compliant for our production images and this issue remains a blocker for us to use `pnpm`. There are refrences to `createHash("md5")` in various places which fail, given...
Using `[email protected]` the `docker prune web --docker` is successfully retaining the `patchedDependencies` in the `out/json/pnpm-lock.yaml` file. However the output package.json has them removed. As a result the `pnpm install` gives...
Also noticing increased memory usage leading to heap out of memory panic when running type checking during application builds (using nextjs). Originally [commented on an open issue nextjs](https://github.com/vercel/next.js/issues/76704#issuecomment-2707416535). But after...