James Crutchley

Results 77 comments of James Crutchley

@luisabreu84 I am waiting on review and it looks good to go. Just need approval and then a maintainer with write privileges needs to push the changes.

MediaElement running on 17.4 iOS emulator using Xcode 14.3 using Mac Build host from Windows 11. Using current main. @vhugogarcia Sample Video: https://github.com/CommunityToolkit/Maui/assets/4167863/6565da98-68e0-4475-9fe4-d008a1cd85b4

Can you test against current main repo? Media element has been updated to support lock screen controls and this update should address this issue. There is now a foreground service...

Should be fixed with latest release 4.0 :) @vhugogarcia @efhayati

> Correct. Every `Task` should be awaited so that Exceptions that occur inside the `Task` are re-thrown by the .NET runtime. > > Discarding a `Task`, eg `_ = SomeAsyncMethod()`,...

> Thanks for this huge feature! I saw a lot of Task methods being ignored (`_ = SomeAsyncMethod();`), don't we want to provide some feedback if they fail? Can you...

> There're some changes needed on the async part... Let me know if I can help you better If the changes I made in response to your latest requests are...

> @ne0rrmatrix, I took the liberty of taking this and moving forward, so I refactor all the code related to the async tasks, that way I hope to unblock you...

Before we pull the trigger does anyone want to update the doc's with how to add metadata? I can do that or does someone who is good with Markdown want...

At a minimum the docs need to be updated for android manifest changes. plist changes for mac and iOS needs to be done too. Updating the docs for how to...