Matthew Leibowitz

Results 1134 comments of Matthew Leibowitz

We could potentially add bionic and since it is a distro more than an arch, we probably can just use some docker image? If anyone has more info on bionic...

The vcpkg skia is different to the skia used by SkiaSharp. There are custom apis and different changes to make the interop better. With regards to bloat, I found a...

Hmm, yeah. Good idea. I wonder how many issues will be found. We could check when we get the handle. So we can pass the objects around, but then an...

I see the code that calls it is wrapped with a `if (previousHeight != Height || previousWidth != Width)`: https://github.com/dotnet/maui/blob/bc16a0697c5003b1447afc48d028b82794334517/src/Controls/src/Core/VisualElement/VisualElement.cs#L1773-L1777 This is correct since the size has not changed. This...