Symbai

Results 124 comments of Symbai

> Seems low-risk I am not sure about this one. Changing the behavior here has a massive impact on all WPF applications because it's used in hot path area. Testing...

File caching isn't pointless. Its a good feature. Especially when a mobile device suddenly lost internet connection. Or if you want to limit your bandwith usage. However this issue requested...

Workaround is to save image as temporary file to disk and give it a unique(!) name. Then load the image from this unique filename.

> The goal for .NET 6 should be to be able to the trim the framework libraries for WPF apps, but not the user code or 3rd party references. What's...

My app was trimmable in .NET5 but switching to .NET 6 broke it. Even if it seems to work you barely can tell as you have to test every single...

> How about https://github.com/yangzhongke/Zack.DotNetTrimmer ? > Yeah for smaller projects it's probably okay, but not everyone has that much time on every publish: > is that it requires you to...

> IMHO this reduces accessibility as people with disabilities are completely blocked from accessing disabled controls using the keyboard. Can you tell us the reason WHY they need accessing disabling...

> Question for you: How is a blind person supposed to even know a control exists if there is no way to reach it? You wrote "keyboard navigation". How is...

> yet oppose a proposal to ease development for increased accessibility, by arguing that it's just an edge case. I never opposed this proposal. I only asked questions. It is...