Leonard de Ruijter
Leonard de Ruijter
I wrote my own before I discovered the suggested approach from @pavram. Sharing for reference: ```C# public static async IAsyncEnumerable AsAsyncEnumerable(this ICollectionPage collectionPage, [EnumeratorCancellation] CancellationToken cancellationToken = default) { ICollectionPage?...
Turns out that there's a pr for this: #3047
Thanks @jedieaston I had exactly the same issue. My approach is slightly different: ```rust key.set_value("DisplayVersion", &common::version()) .context("Failed to set display version")?; ``` Note that this sets the version in the...
As a first step, it would help if we could provide updated ARP entry information on the command line when updating a package, especially if the information is already known...
I'd also really like selfcontained export for this to be available!
I also reported this via Partner Center and unfortunately, they simply don't seem to care about this issue. I wholeheartedly second this request.
I wonder whether there could be a method to leave it up to the screen reader to report the colors. The only hackything I can think of is an object...
I haven't seen any reports of this lately. I guess we can safely close this issue. We can always reopen if it pops up again.
Can we somehow get the start of the midi source programatically? > pos_pq only appeared for the first event in the list. So this might give us some hold. If...
> Getting the ticks per quarternote setting from the item in the same way as SWS shouldn't be a problem, as long as we cache it. That way parsing the...