Rod Waldhoff
Rod Waldhoff
As described in the title.
Just for reference, I'm using atom-alignment version 0.12.1, where the default configuration appears to be: - Align By: `[ '=>', ':=', ':', '=' ]` - Alignment Space Chars: [ '=>',...
My apologies if I'm missing something obvious, but I've poked around in the code and the issue list and it isn't clear to me if or how to do this....
Currently the `open` function in [Tone.UserMedia](https://github.com/Tonejs/Tone.js/blob/dev/Tone/source/UserMedia.ts) accepts a single parameter - the device label or ID. This value is added (as `audio.deviceId`) to a small collection of `MediaTrackConstraints` that are...
Given an HTML snippet such as ``` html something ``` The selector `span[foo]` works as expected, returning the span element with the id `eg`. But no variation of `span[data-foo]` seems...
Currently the complete `options` map is printed each time the CLI is invoked and there is no way to avoid that. In certain usage patterns -- e.g. a Makefile that...