ringus1

Results 11 comments of ringus1

@robwalch Such a pity. Library is used throughout multiple big projects and sometimes playlists even have no VBR to choose from, therefore bandwidth measurement is pointless in these scenarios regardless....

> Also I'm not sure if this really fixes #4311. We are improving the error messaging here, but one of the root causes of that issue is that the tahoe...

@bashonly @pukkandan Please guys take another look.

FYI this is already possible by properly alphabetising processors, since `resolve_hooks` is using `dir`: https://github.com/marshmallow-code/marshmallow/blob/dev/src/marshmallow/schema.py#L166 Not sure if it's omitted in the documentation on purpose or initial implementation didn't intend...

Ok. Though `dir` has always returned list. https://docs.python.org/2.6/library/functions.html#dir

Interesting, I stumbled upon some materials that it is recommended. Perhaps **was** indeed. Though used widely by APIs like Amazon or Akamai IIRC. Anyway, yes I've tested it. Not sure...

I don't believe blocking would be better. It's _easier_ for naive clients in some aspects, true. But since it would need to pass this header explicitly to avoid **seeking** anyway,...

Yes, it's my invention. I don't think you will find anything like this for **closed** playlists. They simply indicate that content is ready, just fragmented. That's the issue with transcoded...

> Didn't realize this 😅. In that case why is this not a query parameter or separate endpoint? Why use a header? Could be. Figured header is minimum hassle to...