Jimb Esser
Jimb Esser
Apologies in advance if I've arrived at the wrong place. I am the developer of Worlds FRVR (https://worlds.frvr.com/). It appears some users are trying to play it via what appears...
Callback was getting called both upon `spawn` complete as well as upon process error events (in practice was calling the callback twice if the `minidump_stackwalk` binary didn't exist / was...
- Only run `git submodule update` when running out of a git working copy - Don't require `yarn` for end-user installation (or any installation, since it's not listed as a...
`package.json` install script references `yarn`, but none of the dependencies install it, should it be added there? Running `npm i minidump` as instructed in the README generates the following error:...
Bumps breakpad to [the SHA currently used in Chromium](https://source.chromium.org/chromium/chromium/src/+/968f6640dc3f57218782fd1a1a8f694ebd1061ea:DEPS;l=1737) to handle reading stacks from minidump files created on Windows 11 22H2 (10.0.22621.3672) or newer OSes (likely starting with `dbghelp.dll 6.2.22621.3593`)....
Prior to this change: ``` sound.pos(0,0,0, sound.play()) // plays with panningModel=HRTF sound.stero(0, sound.play()) // plays with stereo panner on new browsers, fallback for old sound.pos(0,0,0, sound.play()) // bug: plays with...
@acrisci I'd like to publish the latest fixes to NPM as v1.1.0, but I do not have access. If that's acceptable, when you have a chance, please go to https://www.npmjs.com/package/simple-breakpad-server/access...