Greggman
Greggman
If `require` loads CJS and `import` loads ESM don't things "just work"? The only thing I can think of off the top of my head is if a library updates...
### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the...
I'd be nice if mocha supported a dark color scheme (PR to follow)
setting the `src` to an `` at runtime to a video and then later to an image the image is loaded but the video keeps playing in the background -...
I'm thinking of trying to auto generate a page that shows each article and whether or not a given translation for that article is up to date. The easiest way...
There's a few, um, less than best practices in the WebGL code. I didn't look at the others 2 examples * looking up uniform and attribute locations every frame at...
https://gl-transitions.com/
##### Description: I took the [three.js WebVR cubes examples](https://threejs.org/examples/#webvr_cubes) and pasted it into jsfiddle https://jsfiddle.net/greggman/q5dLye1z/ That says "WEBVR NOT SUPPORTED" which I expected I then added the polyfill to the...
As it is, if you have some Uint8Array that is a view into a larger ArrayBuffer then a copy of the data is made in encode because `new Uint8Array(someOtherUint8Array)` makes...
Saw that a sample that was using dat.gui is failing with `gui.remove is not a function` https://jsgist.org/?src=c7a46e2519f534df07f1be4f2a2fa35d