Huw Roberts

Results 10 comments of Huw Roberts

> The more I use Apollo with Vue, the more frustrated I am with it. It feels like it's built by React devs, not Vue devs. Just so verbose and...

Also worth knowing - if you have deeper levels of nested linked collections, you can just increase the populate integer as necessary.

I tried it with the same result on `2.0.7`. I used some of the sample code from your docs: ``` ``` If I remove the above chunk, the error goes...

I installed the house sandbox locally - same error here in Chrome incognito window, I don't see the warning in Firefox

Then I think this issue is something to do with using `npm` - because I just tried with `yarn` and you're right, there's no such warning. I was on npm...

Confirm this is still an issue and the suggested workaround doesn't resolve it, was excited to try this at it looks great!

I wish I had good news for you! ``` dyld[66629]: Library not loaded: /usr/local/opt/ncurses/lib/libncursesw.6.dylib Referenced from: /opt/homebrew/Cellar/tap/0.5.0/bin/tap Reason: tried: '/usr/local/opt/ncurses/lib/libncursesw.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/ncurses/lib/libncursesw.6.dylib' (no such file), '/usr/local/opt/ncurses/lib/libncursesw.6.dylib' (no such...

Can confirm this is also an issue on Coolify Cloud, the same error

I made a drop in replacement for the View component that supports WebGPU and WebGL renderers, give it a try: https://github.com/wuhhh/view-webgpu

Thanks! There is a PR here https://github.com/pmndrs/drei/pull/2528 I think it needs more tests :)