David Turissini

Results 4 issues of David Turissini

Inside of https://github.com/nils-hoyer/cypress-fail-on-console-error/blob/main/src/index.ts#L16, `cypress-fail-on-console-error` is listening to `window:before:load` events, which do not get called in component mode. Repro: Add the following to support.ts in a component runner: ```ts import failOnConsoleError...

discovery

Stage 4 of the proposal will allow for the "ability to walk the computed tree structure including virtual nodes" but has very little to say about how accessibility nodes can...

getAudioDecoder creates an InlineWorker on every invocation. This is ok for processing a single waveform, but it quickly becomes a problem when multiple waveforms are processed. It would be better...

Similar to https://github.com/bbc/waveform-data.js/issues/46, but I think a better approach is to write implement this as a Web Audio Node. Here is what I propose: ```js const waveformDataNode = createWaveformDataNode(audioContext, {...