nehz
nehz
### Summary With multiple camera inputs, switching camera using the switch button puts the widget back to asking for permissions. But does not prompt for anything. This only affects the...
It is possible to change the color of ledge lines individually on notes, but is it possible to also change color of staff lines individually (options fill_color sets all of...
There seems to be a weird issue where IE8/9 executes async tests as one single test. For example, the karma ui will go from 0/10 tests executed to 10/10 executed...
With 64-bit package: Error when `tar` during opam install: ``` # tar (child): Cannot connect to C: resolve failed # # gzip: stdin: unexpected end of file # tar: Child...
Allow: ``` wa = WebAudio(...) wa.play() wa.onPlay = function() {...} ``` This will not call onPlay() if audio is already buffered. Should callback in next frame.