Alex

Results 6 issues of Alex

Pure css scaling in browsers w/ polyfill support and javascript approach.

pr: needs cla

Should prevent infinite point abuse...

See: https://developer.mozilla.org/en-US/docs/Web/API/AudioContext.createJavaScriptNode The master repo should work fine*

From line 48 of adapterWebAudio.js this.audio.addEventListener( 'progress', function ( e ) { if ( e.currentTarget.duration ) { _this.progress = e.currentTarget.seekable.end( 0 ) / e.currentTarget.duration; } }); Causes an Uncaught IndexSizeError:...

Anyone testing out the new v3 openshift console? Wondering if the source code would be the same for the new version. May need slight adjustments.

Adding steps the application owner may take to manage admin accounts, through the rockmongo cartridge available on openshift.

enhancement