Tim Miller
Tim Miller
When you invoke "ScreenCaptureKit.SCShareableContent" an exception is thrown in the ObjCRuntime. From what I remember, whenever you run it for the first time in a given app, you need to...
This just adds the base functionality for getting a friends list. The "fields" options can take in different values and should be settable outside of hardcoding it into the URI....
### Description of Change FlyoutPage contains a check for "IsPresented," a value used to either open or close the underlying flyout pane. When setting the mode "Split," the pane is...
## Describe your changes The current .NET Binding includes build scripts for building and bundling locally built gpt4all libraries with cmake, and only for Windows and Linux x64 builds. I...
### Description I think it's related to this: https://github.com/dotnet/maui/issues/15962#issuecomment-1621304855 When you switch back and forth between apps, the trait change event is fired from iOS for Light, then Dark, themes....
### Description TL;DR Every time you add a new item to a WinUI ListView that's bound to an ObservableCollection, two Cells are created and only one is outputted to the...
### Description  In the MAUI GA blog entry, there is a section stating that MAUI supports being used in a "multi-project" (Multiple Projects with single target platforms, as opposed...
### Description of Change - Mark MauiWKWebView DidFinishNavigation as Obsolete. This API is never being called due to the Navigation delegate overriding it, but since it's Public, someone may call...
### Description This is specifically needed for Catalyst to prevent regressions around this from happening again. In this case, the Selector used to fire the Clicked/Command Delegate was removed because...
### Description of Change As far as I can see, there are no SizeChange events fired for iOS and Mac, as beyond its initial creation there's no events wired in...