David
David
## What would you like to be added: When we get access to the dispatcher, we should run as much work we can in before the next frame ## Why...
## What would you like to be added: Ability to group items of a `ListFeed` ## Questions: 1. How do we support pagination? * If paginated source list is ordered...
We frequently get questions about the usage of MVUX with examples like ```csharp Count = State.Value(this, () => 0); Content = Feed.Async(async _ => await Count switch { 0 =>...
## What would you like to be added: Deprecate `State.Empty` ## Why is this needed: This is miss-leading of its behavior when used in VM for 2-way bindings on de-normalized...
### Current behavior Blank template includes Uno.Resizetizer ### Expected behavior Blank template does not include any "advance" feature ### Affected platforms iOS, Android, MacCatalyst, WebAssembly, Gtk, Linux Framebuffer, Wpf, Windows...
GitHub Issue (If applicable): closes # ## Bugfix Fix possible exception when implementing custom version of HR attributes ## What is the current behavior? ## What is the new behavior?...
## Refactoring (no functional changes, no api changes) Remove reflection usage in Brush ## What is the current behavior? We use reflection to invoke event handler ## What is the...
### Current behavior _No response_ ### Expected behavior _No response_ ### How to reproduce it (as minimally and precisely as possible) _No response_ ### Workaround _No response_ ### Works on...
### Current behavior  11615004 ÷ 9 = 1 290 556  16777241 ÷ 13 = 1 290 557 ### Expected behavior _No response_ ### How to reproduce it (as...
### Current behavior When we release a pointer that has been captured out of the windows bounds on WPF cause this https://github.com/unoplatform/uno/blob/c72870ffa23f20efb8e5b83ba539ca5f8b5b4a1e/src/Uno.UI/UI/Xaml/Internal/InputManager.Pointers.Managed.cs#L128 This seems to be because when we invoke...