ryanheise

Results 1670 comments of ryanheise

Ensuring that all of the methods can be invoked without `await` is a broader task, but in this specific case of calling `stop` before `dispose`, I wouldn't consider this a...

Neither approach seems to be a high priority, but in the long run, all methods should ideally be usable without awaiting their results, so that approach would be my preference.

As I said above, my preferred approach is: > Ensuring that all of the methods can be invoked without `await` So the two approaches are (1) address the issue specifically...

Small changes like this can have unexpected consequences, and given that this "fix" is motivated by a questionable use case that probably should not be done in the first place,...

Is anyone able to submit a minimal reproduction project to allow me to investigate? I have a Pixel 8, so I ought to be able to reproduce it if someone...

Looking at your SO question, do you know whether it is the first or second player that's crashing? If the second, it may be a bug in just audio. If...

I need someone to submit a bug report with a minimal reproduction project and steps to reproduce.

Can you explain how `AVURLAssetHTTPCookiesKey` can replace `AVURLAssetHTTPUserAgentKey`? Do both constants have the same value? I did notice an issue with the new AVURLAssetHTTPUserAgentKey in that the conditional compilation around...

Hi, I'm just working on getting the next major release out, but if I haven't returned to this within a week, please feel free to send another ping.