Timo Partl
Timo Partl
### Describe the bug When building the app with `PublishAot=true`, getting a string array from `ApplicationData.Current.LocalSettings` and casting it to the `string[]` type I get: `System.InvalidCastException: 'Unable to cast object...
### Description This bug/crash has been reported previously here: https://github.com/CommunityToolkit/Windows/issues/612 ``` System.InvalidCastException: Specified cast is not valid at System.Runtime.RuntimeExports.RhUnbox2(MethodTable*, Object) + 0x3f at CommunityToolkit.WinUI.Controls.GridSplitter.IsStarColumn(ColumnDefinition) + 0x53 at CommunityToolkit.WinUI.Controls.GridSplitter.OnDragHorizontal(Double) + 0xf9...
**Is your feature request related to a problem? Please describe.** Currently macOS auth uses a (old/deprecated?) WebView for auth. **Describe the solution you'd like** It would be preferred if [ASWebAuthenticationSession](https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession)...
### Describe the bug I'm having a horizontal ItemsView that is scrollable. I want the items inset horizontally by 8 points so that they don't hug the window border. But...
### Describe the bug When setting up a `ItemsView` with a `StackLayout` that has `Orientation="Horizontal"` set, I cannot scroll through the list using the mouse wheel. This was and is...
### Describe the bug When the items in a `LinedFlowLayout` extend the available width of the first row, the items are compressed instead of being laid out in a new...
### Describe the bug The goal is to show a "hand" cursor when the user hovers over a link in my RichEditBox. In UWP I was able to do this...
### Describe the bug When using a `TextBox` with `TextWrapping="Wrap"` in a StackPanel or Grid forcing minimal required height on the `TextBox`, it does not size itself correctly when the...
### Describe the bug The icons for the primary commands in a `TextCommandBarFlyout` aren't centered  ### Steps to reproduce the bug ``` textBox.SelectionFlyout.Opening += Menu_Opening; textBox.ContextFlyout.Opening += Menu_Opening; ```...
### Describe the bug I wondered why I had to click twice on the windows "close" button for the window to close and my app to shut down. I was...