Riley Shaw
Riley Shaw
My editor was wrapping lines incorrectly before this change. Hope this helps!
Browser: Firefox Developer Edition, 72.0b4 (64-bit) OS: macOS Mojave, 10.14.6 (18G103) Computer: 🐢 slow Screen recording, if it's useful: [header-peek.mp4.zip](https://github.com/joshwcomeau/blog/files/3942576/header-peek.mp4.zip)
[Use the force...](http://codepen.io/rileyjshaw/pen/OPBBGK)
Based on #19, keeping this branch for posterity.
Maybe the whole point of this is to get _away_ from other services, but I personally would love it.
re: https://github.com/expressjs/express/issues/3951 Test plan: `npm test`
Under certain build conditions, Babel can crash if `Symbol.hasInstance` is assigned directly ([reference](https://github.com/babel/babel/issues/2286)). This commit replaces direct static method definitions with calls to `Object.defineProperty`, which seems to appease Babel. Fixes...
Hi! Thank you for all your work on this library. I’m trying to use Tone.js on a project, which includes this library as a dependency. When I try to build...
Early on, I decided to use [seedrandom](https://github.com/davidbau/seedrandom)'s `{ global: true }` option. It was a silly decision in retrospect. The big change here is that seedrandom should be internal to...