Peter Squicciarini
Peter Squicciarini
The audio wouldn't play on my Mac as a FLAC (afplay doesn't support FLAC files), so this PR swaps it out for an MP3. Side benefit is the package size...
Since lodash was only being used for the zipWith function, went ahead and wrote a small drop in replacement that accomplishes _pretty much_ the same thing. Reduces download time, especially...
Closes #193 Additional actions required to merge: - update Azure release pipeline glob pattern (currently is set to `VS*`) Will not be merging until I've confirmed the binaries build and...
> I think a low-level announcement mailing list (or if you really prefer: a closed announcement issue one can subscribe to and only the author can post to) would be...
I recommend git-ignoring the `dist` folder. The files can be generated on first run or with the npm `postinstall` script. As it is, code reviews are noisy (babel and minified...
Currently our images are too big. The header image we're using is 4mb. Loading on mobile is slow. Acceptance criteria: - There are small, medium, and large versions of each...
Looks like there's already a PR in rmcl to update the one-time-code link (https://github.com/rschroll/rmcl/pull/8). This PR updates the README which references a dead link.