Gil Pedersen
Gil Pedersen
So the workaround was meant to be used internally in got. As a client you need to find the http2 stream to access it.
This is still an issue in RC4. I suspect it is related to the parser blocking here: https://github.com/video-dev/hls.js/blob/9e13e309b79bf8343d47eaaf9eca9335b9fcf993/src/controller/buffer-controller.ts#L472 If you look at the traffic, you will see that ABR controller...
> I can't accept it based on how it would impact all streams. That is the point of this PR. To fix the most egregious issue of #3563. Did you...
I had another look at the estimation, and found that it can be simplified, _and work better_, if the weight is always a fixed value for each sample. So my...
It is great that you are trying to tackle the bandwidth estimation issues! While it makes sense to use request latency as part of the effective bandwidth calculation, this averaging...
Wow, I'm surprised about this omission, making it impossible for `TransformStream` sources to cleanup state on external stream errors / aborts. Hope this gets resolved, as the workarounds seem quite...
Hmm, the deprecation was introduced in the docs with https://github.com/microsoft/TypeScript-Website/commit/d65e30fe5473656bc34da45f4454259ee29224e7. It can now be found [here](https://github.com/microsoft/TypeScript-Website/blob/e12b9b5e2a533331a4765d9468ae99b47fad1163/packages/tsconfig-reference/scripts/tsconfigRules.ts#L26), listed under *Things we should document, but really want to help move people away...
I suspect an implementation would consist of 2 parts. A new module that enables the tracking, and a subsequent integration into lab.
I need something like this to update.
I'm with @Marsup on this. Any non error will throw, so the current TS definition is correct: https://github.com/hapijs/boom/blob/12e025c3e873e94cd9e5bfa0e7f4c891c94ea2f6/lib/index.js#L111-L113