Results 71 issues of Gianmarco

Hello, I recently tried to add scene-graph tests to my playwright setup. I got some inspiration from the react and vue locator engines but they ultimately expect to receive dom...

triaging

``` normalize(buffer, size) const myRandoms = pipe( new Float32Array(10_000 * 3), b => inSphere(b), b => normalize(b, 3), b => map(b, ) ``` impl: ```js const normalize = (buffer: TypedArray,...

Hey utsuboco peeps! 👋 I had to fork drei for some very specific issues in my project and force module resolution to use my version. That's fine and dandy but...