ttustonic
ttustonic
Hello Here it is. [stacktrace.txt](https://github.com/unoplatform/uno/files/9238091/stacktrace.txt)
Hello Here it is. To see the error, add `Background="{StaticResource PinkBrush}" ` to the Grid in SettingsFlyout.xaml. Sometimes it compiles OK after I clean solution and exit VS, but it...
This works, thanks!
Hello I can build Droid app when I set full name for DragEventArgs: `private async void DropItem(object sender, Windows.UI.Xaml.DragEventArgs e)` and `private void SetDragOverIcon(object sender, Windows.UI.Xaml.DragEventArgs e)` However, Add todo...
And, obviously, this is not important enough to fix, after more than a year. Wasted hours keep piling up, projects become more expensive than they should be, frustration rises... but,...
Thanks! Ok, I'll try to create benchmark for this. It's not a benchmark for the different methods, but the same code under different frameworks, but, hopefully it will be OK....
Here are benchmark results. I have also added a benchmark class. I had to rename the field names etc. but it's basically a simple search of 5-gram field. There are...
Ups, seems that I forgot to attach benchmark code and full results. I have replaced field names and removed input, but you can see what I'm measuring. The benchmark is...
So, what are the urls for the images referenced in deployment.yaml? I tried: `bridgetokubernetes.azurecr.io/samples/database-api:v8` and `bridgetok8s.azurecr.io/samples/database-api:v8` but none of these works. Thanks, Tom
Is it even possible to have a multi level grouping in ListView, DataGrid etc? There's no example anywhere. Or is it also not 'modern online use case' ?