Brooke Vibber

Results 108 comments of Brooke Vibber

Note that this has changed in recent months with the addition of the Web Media Extensions pack; things seem to work in `` and `` as directly-loaded files now. But...

Be aware that if you copy a vector or map into a JavaScript Array or Map, the new JavaScript objects will not forward modifications of their contents to the original...

Indeed there's no single fps value provided in WebM structure; each frame's packet lists a presentation timestamp relative to the start time. Very roughly a playback loop (such as is...

It occurs to me the Makefile looks like it's been replaced by the webpack build; should it be removed?

My one warning on using a Makefile is that it's harder to make a local build that works on both Unix and Windows. For ogv.js I'm planning to split out...

Hmm, I can install flare-ivf from npm, but there's no builds/flare-ivf.js file in there.

I think some web APIs like WebGL in particular would be more difficult as they'd have to convert data back and forth, knowing which buffers contain what kind of data....

Is there a big-endian node platform that can be easily tested by folks without S/390 big iron these days? actually gave a quick shot at using qemu system emulation to...

> @bvibber you can register for a test system here: https://linuxone.cloud.marist.edu/#/register?flag=VM Thanks, that will come in handy for testing my js & php packages!

Quick test shows a slight penalty on repeated calls to dataView.get/setInt8/16/32 vs Int8/16/32Array on my M1 MacBook Air, though this penalty would only be paid on individual accesses on the...