Matthew Leibowitz

Results 1099 comments of Matthew Leibowitz

You should not set width/height of the canvas directly, and instead use the styles: ```razer ``` In order to not have a blurry canvas, we need to change the stile...

I think for a11y reasons, we cannot/should not open the picker. If you are navigating the screen using TalkBack, then suddenly it goes from a form to a date picker...

One thing that a markup extension will do is prevent this support from happening in C#. Sure, there can be another way in C#, but this spec just supports XAML....

We can do Java in a new PR: https://github.com/dotnet/maui/issues/28532

You can control the name of everything: ```sh # start dev tunnel devtunnel delete exciting-tunnel --force devtunnel create exciting-tunnel --allow-anonymous # add the REST API port devtunnel port create exciting-tunnel...

For 6, if I have a mobile app that is using REST endpoints, will the tunnel ID be configurable and predictable?

I wonder if iOS has rules about when, where and how often you can use it? Like you can't use it before playing a sound. Or maybe they don't like...

I am not sure why it started crashing, but it appears that the latest previews of SkiaSharp fix it. You can manually install the latest SkiaSharp in your csproj: ```xml...

What if you turn on that android dev feature to always dispose activities? That would force a popup - like a camera or picker activity to close your app's activity...