Thomas Stocker
Thomas Stocker
Pull Request fixing the sample https://github.com/unoplatform/Uno.Samples/pull/581
Pull Request to Add .NET 8 To Blazor in 4.1 Branch https://github.com/Mapsui/Mapsui/pull/2329
I have unfortunatly only a MacMini (without Touchpad), but the Mouse Zoom behaves correctly.
I think it is the same issue as in https://github.com/Mapsui/Mapsui/pull/1984? Because in Blazor the DeltaY is defined as double so it could provide fracations of a int value causing the...
I had a quick look into the geoparquet-experiment. It uses bertt.geoparquet which is based on https://www.nuget.org/packages/ParquetSharp/13.0.0-beta1 which has a lot of native code so it is not very mobile/web friendly...
Could be that it introduces Merge conflicts with this pull request. https://github.com/Mapsui/Mapsui/pull/2479
1. For disposing HttpClients and Timers I plan to make a RenderService Class that creates the HttpClients and Timers and keeps track of the usage with CacheHolder maybe I should...
Yes messages is another way. And yes the Messages need to use Weak References too so that when a component is used otherwise it gets garbage collected.
It seems my changes have changed something fundamentally because the Unit Tests seem to be broken. So I'm thinking about closing this pull request.
Here I'm looking what is missing in AOT. MAUI is a platform too that uses/can use AOT. https://github.com/Mapsui/Mapsui/pull/2349