Amaury Bouchra Pilet
Amaury Bouchra Pilet
> I have a [PR in progress](https://github.com/awslabs/smithy-rs/pull/1361) that should make this much easier. It allows for setting a byte offset when creating a `ByteStream` from a file and also includes...
I have the same issue with version 2.1.0 (with the Scaleway storage service)
> My current main gripe is that yt-dlp with SABR doesn't print the name of the video it is downloading until after download is complete. It will if you download...
> Ideally this should match the [libass implementation](https://github.com/libass/libass/blob/534a5f8299c5ab3c2782856fcb843bfea47b7afc/libass/ass.c#L287), which also allows for leading space, as well as (somewhat bizarrely) hexadecimal; and returns 0 when it fails to parse an integer...
PR updated Should match the wanted behavior. Could have been much simple using std::stoi with base=0, but this would have lead to values with leading 0 be read as base...