Sebastian Dröge

Results 139 issues of Sebastian Dröge

See [4.4.4.2](https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis-10#section-4.4.4.2): ``` If o is not present, the sub-range begins at the next byte following the sub-range of the previous Media Segment. ``` and also ``` If o is...

## Motivations For use-cases where the whole body is received as a single, not too large blob, the current behaviour makes sense but for e.g. downloading media files it would...

enhancement
reqwest-retry

Fixes https://github.com/rust-lang/rust/issues/111593 ---- CC @bjorn3

They take `self` and we don't do that for `to_value()` for example, so for consistency also shouldn't do that for other methods.

Should become ```rust pub trait FooExt: IsA { ... } impl FooExt for O {} ``` That has the same effect but doesn't pollute the type system with unnecessary traits.

https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/commit/1e793f3b654e62af8da623cfe9eb6bdf78870faf

enhancement

For manual code. For autogenerated code we need to add support to `gir`. CC @jf2048

enhancement