Jack McKernan

Results 4 issues of Jack McKernan

Closes #8 by adding the `--recursive` flag to the installation instructions.

Following the current installation instructions, the SeriousCode submodule is never initialized. ``` $ git clone https://github.com/macmade/xcode-coveralls.git /tmp/xcode-coveralls Cloning into '/tmp/xcode-coveralls'... remote: Counting objects: 1087, done. remote: Total 1087 (delta 0),...

Stream received via ```navigator.mediaDevices.getUserMedia``` is mono (possibly with additional filtering). Current constraints: ```javascript const mediaStreamConstraints = { audio: { mandatory: { chromeMediaSource: 'desktop', echoCancellation: false, googEchoCancellation: false, googAutoGainControl: false, googNoiseSuppression:...