Pete Savva

Results 6 comments of Pete Savva

> ``` > sudo sed -i 's///g' /usr/lib/code-server/src/browser/pages/vscode.html > sudo sed -i 's/font-src/font-src fonts.gstatic.com/g' /usr/lib/code-server/src/browser/pages/vscode.html > sudo sed -i 's/style-src/style-src fonts.googleapis.com/g' /usr/lib/code-server/src/browser/pages/vscode.html > ``` > > just make it as...

Same warnings here. Narrowed it down to react-composer when installing drei. Just created a new project with: next ^12.1.5 react & react-dom ^18.0.0 @react-three/fiber ^8.0.12 All fine until @react-three/drei at...

Just happened to me after reinstalled all the deps in a turborepo monorepo. No deps were added/removed, and I didn't change the implementation. The issue is likely from barcode-scanner in...

This has worked for me as a temporary fix, in `package.json`. `"pnpm": { "overrides": { "barcode-detector": "3.0.1" } }`