David

Results 57 comments of David

Hey @VincentH-Net, yes the issue you have refers to the point 2 (which leads you to point 3 :) ). And yes @nickrandolph the issue is still relevant :)

@fperreaultnv not yet, working on some other items currently. Is it blocking you?

Personally I think we should keep `uint`: * It's the structure used by more and more dotnet APIs, especially UWP/WinUI and specifically the `ISupportIncrementalLoading.LoadMoreItemsAsync`(https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.data.isupportincrementalloading.loadmoreitemsasync?view=winrt-22621) (which is the interface supported by...

Is this an Android only issue, or you tested only on Android? If it's on all platforms, then it's most probably an expected behavior: As nowadays networks are pretty fast...

This is actually due to the fact that UI thread is jammed, it needs to catch-up and unstack the list of pending "frame" already prepared before we can see the...