Don Park

Results 57 comments of Don Park

No 3rd-party package lock file present in my case.

Seeing this error on macOS as well. SQLite database files that opens fine with 'SQLite Viewer' extension fails to open with this extension.

This is now also happening with `pnpm outdated -r` on some but not all repos. ![Screenshot 2024-08-03 at 8 47 04 PM](https://github.com/user-attachments/assets/4b44da5e-2c60-4dfb-8d2b-70c4ad4313ff) pnpm version 9.6.0

AFAICT the error is being thrown from this line in the `Promise.all()` part of `outdated()` function at: https://github.com/pnpm/pnpm/blob/main/reviewing/outdated/src/outdated.ts#L94 ```ts await Promise.all( DEPENDENCIES_FIELDS.map(async (depType) => { if ( opts.include?.[depType] === false...

This issue still happens with latest Next, React, and @xyflow/react, frequently enough to a problem but not consistently reproducible. BUT, I was also looking at Next Image tag size related...

Did some digging. My suspicion didn't pan out but setting `includeQueryParams` option to `true` seems to fix the problem. This makes sense because Next Image components' image URL share the...

Try adding `"use client"` to source files importing 'tldraw'. That fixed the problem for me. I suspect some parts of `tldraw` is being bundled into server code bundles but was...