Pochi

Results 4 comments of Pochi

The issue is caused by `fast-deep-equal`. You may want to check https://github.com/fawmi/vue-google-maps/issues/164#issuecomment-1324013605 and https://github.com/fawmi/vue-google-maps/issues/188. Just include the following in your `vite.config.js` file: ```js optimizeDeps: { include: [ "@fawmi/vue-google-maps", "fast-deep-equal" ]...

If your Raspberry Pi runs Debian 11 (bullseye), you might need to add the old Raspbian repository in `/etc/apt/sources.list`: ``` deb http://archive.raspbian.org/raspbian stretch main contrib non-free ``` Then do a...

+1 to this PR by @evgenius1424. I was trying to implement this template on a Turborepo project with a React.js + Vite app and I used this PR as a...

I used uv to install labelme and can confirm that running `labelme` won't launch the GUI because of `onnxruntime`, both in Python 3.12 and 3.10: ```sh uv venv --python 3.10...