Chris Needham

Results 487 comments of Chris Needham

My guess is it's mostly legacy, from a time when PCs were much less powerful and so you might not want to have an app consuming CPU while in the...

> I just get slightly confused by the "show this disasm" of the "current" instruction, but only execute it when "next" is called. I know what you mean, but it...

The branch instructions use the state of the CPU flags, so for example if the next instruction is BEQ and the current CPU state has the Z flag set, you...

This is in the third-party STOMP library I used. I suggest we update to use the latest version: https://github.com/jasonrbriggs/stomp.py.

We're currently updating the EME spec in the Media WG, so would like to reference these definitions. Is there anything we need to do to for this PR to be...

BBC is interested in using this API for video with custom player controls and caption rendering for accessibility to be able to apply our branding and UX to the picture...

> My expectation is https://w3c.github.io/picture-in-picture/#remote-playback will be removed as redundant when this PR is merged. That's right, yes, that's our next step.

Oh, thank you! I'll update this PR with an alternative phrasing.

So now I'm looking at **local playback state** as a better place to mention this, and it made me wonder about the interaction between Remote Playback and Picture in Picture....