Luke Pommersheim
Luke Pommersheim
### This PR will... forward logs from the transmuxer-worker.ts to the main thread via the transmuxer-interface.ts. Logs are forwarded via a `postMessage` and the transmuxer-interface then sends them to the...
### What do you want to do with Hls.js? I'm working with a Custom ABR Controller. The [documentation for a Custom ABR Controller](https://github.com/video-dev/hls.js/blob/master/docs/API.md#abrcontroller) states that it should have a: >...
I recently noticed when upgrading my app to Webpack 5 that the blob webworkify-webpack was generating was significantly different than the one being created using Webpack 4. It seems like...
This is documented here in this comment from another PR: https://github.com/preactjs/preact-custom-element/pull/64#discussion_r770010488. `document.createElement` should run the component's constructor method. ```js class CounterPreact extends Component { constructor() { super() console.log('here') } }...
I've been trying to tweak the background color of this colorscheme, but I'm not seeing any changes after restarting vim. Is there a way to change/tweak the background color? I...
### This PR will... Create a type interface for the AbrController ### Why is this Pull Request needed? Users can implement their own Custom AbrController. Having a typed interface for...