Mahmoud Al-Qudsi

Results 365 comments of Mahmoud Al-Qudsi
trafficstars

Aside from fixing this, can you enlighten me as to what av1an is doing in this case? Is it currently possible to use target quality with a different svt-av1 preset?

Thanks for the explanation! I definitely wasn’t able to intuit that from the output.

Just because no one else has mentioned it, I like the `LocalDate` name instead of just `Date` if we're ever going to have any other `XxxDate` or `Date` because it...

Hi @0xF6, As you know, these are different semantics. `await using` is to call `IAsyncDisposable.DisposeAsync` asynchronously, but `using (await foo.LockAsync())` *acquires* the lock asynchronously. It's also perfectly plausible to mix...

The closest gui equivalents I can think of are holding down ctrl to select multiple items in a list box, or shift while using up/down/left/right to extend the range of...

What I understand is that the entirety of a submodule is represented as a single entry in the parent repo's index, and it can be treated like a file that...

> Fixes #7711 When I was drafting the PR, I originally wrote "A team member recently mentioned in the chat that this either is possible or should be possible" but...

Added tests and updated docs.

Sorry, GitHub ate all my vim-denoted keystrokes (à la \) in the original post (and I didn't notice) making it impossible to tell what keystrokes I was referring to --...