Antoine BERNIER
Antoine BERNIER
Node.js is supporting webassembly: https://nodejs.dev/learn/nodejs-with-webassembly What about compiling a `.wasm` build in order to execute it from Node.js? What about: ```sh $ npm i glow ``` I have currently no...
In a multi-packages (aka monorepo) context, what about having one `.husky` folder per workspace (rather than a single one at root) ? it would enable such structure: ``` . |-...
Using the official demo https://stripe-payments-demo.appspot.com the `Pay` request button does not show up on safari :  I've tested on safari-12 on osX-10.14 and also safari-11 on osX-10.13 Is it...
LESS.js
Just another idea, Creating CSS patterns often requires to manually compute values (ex: "half the size"...), or have a variable in mind (ex: "my background is white")... Have you thought...
what about a "generic" `noise` function, with variable-length arguments, ie: |generic |implied |comment| |-|-|-| |`noise()`|`noise2D(0, 0)`| `0` by default| |`noise(1)`|`noise2D(1,1)`| same value for 2nd arg| |`noise(1,2)`|`noise2D(1,2)`| | |`noise(1,2,3)`|`noise3D(1,2,3)`| | |`noise(1,2,3,4)`|`noise4D(1,2,3,4)`|...
 Seems like polymer is breaking JS...
fixed radius
Hi, I'd like my heat point around `lat/lng` to have a fixed (zoom independent) radius of 500m : how can I specify this ? Thank you
Following up [my previous PR](https://github.com/mrdoob/three.js/pull/23449) about `CCDIKSolver` documentation, I'm now submitting **a new `animation / skinning / ik` example** I've made with `CCDIKSolver` applied on a GLTF skinned mesh: This...
Hi, I don't really know where this could be integrated into the documentation, but I've created some visuals to explain step-by-step what *really* happens when interacting with a Controlled-component, for...
Would add some confort if, like it was recently [added in `drei-vanilla`](https://github.com/pmndrs/drei-vanilla/pull/1), we could have Storybook here also.