Kenneth Auchenberg

Results 40 comments of Kenneth Auchenberg

Re-posting here: I was looking into the Sonos use-case and Sonos seem to [support ALAC and ACC](https://sonos.custhelp.com/app/answers/detail/a_id/80/~/supported-audio-formats) so I'm wondering if the mp3 encoding via lame simply could be removed?...

Alternative could be an electron app using https://github.com/maxogden/menubar for cross plat?

https://github.com/mozilla/simulated-devices

Looks like one of the dependencies doesn't exist anymore :/ ``` npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/css-explain npm ERR! 404 npm ERR! 404 'css-explain' is not...

I'll try to dig deeper with steps to reproduce. Thanks for looking into it :)

I looked into this and thought it was because BigVideo didn't use the loop-attribute on the ``, but even with the loop-attribute set, Chrome seems to make conditional gets for...

No, it's the HTTP interface that Chrome exposes along the WebSocket for remote debugging. ``` const char kPageListRequest[] = "GET /json HTTP/1.1\r\n\r\n"; const char kVersionRequest[] = "GET /json/version HTTP/1.1\r\n\r\n"; const...

As the PM for Edge Devtools, I'd be happy to see this land in the spec.

We don't have a good way to do this from a programatic context. You could leverage multi-root workspace settings, but that wouldn't be great for single workspaces. @johnpapa

Thanks for reporting this. The adaptor hasn't been updated in 6 months, so most likely some internals in Chrome DevTools has changed.