Weichen Qiu

Results 4 comments of Weichen Qiu

I also faced this issue on M1 mac. The issue for me was that some of the open3d variables were C++ variables (`std:vector`) and had to be converted using `np.asarray()`....

I forked this repo and implemented this pull request for my own purposes. If anyone is looking to use this fix, feel free to use my fork: https://github.com/MecSimCalc/django-newsletter

I forked this repo and implemented a django rest framework endpoint for my own purposes. It `GET` and `POST` user subscriptions. You're more than welcome to use it at: https://github.com/MecSimCalc/django-newsletter...

As of Aug 19 2022: I tried #554 but no luck. I was able to fix it by upgrading react-three to the latest version. **Not working versions** ```json "@react-three/drei": "^7.27.5",...