Max Katz

Results 288 comments of Max Katz

> That is intentional and I don't want you changing blindly to follow CA1819. That's exactly why I want these rules to be fixed one by one or in small...

> There are also cases where you want zero length arrays so in downstream code you can use iterators without null checks or to about uninitialized variable compile errors. This...

Previous discussion makes me think it might work if you set MinWidth a bit smaller (1023 or even 1000). And see if it works. Not a solution, but just a...

Not a regression, as this bug existed before 11.0. Unlikely other pointer blinking related issues.

@robloo I am not a huge fan of returning null either, but there should be a better alternative otherwise. Returning NaN might work, but returning a default value is definitely...

@kekekeks at least xbox contoller style mapping is expected. Also on windows we don't have native ps4-5 controller support anyway - it is always mapped to xbox buttons. Would like...

It seems HTML JS standard just gave up about xbox-vs-ps mapping and used index based standardization. https://developer.mozilla.org/en-US/docs/Web/API/Gamepad/mapping And that actually makes more sense.

I wonder if it will include MediaElement or will it be removed as previously deprecated control.

I wonder if we can make it a parameter of the same template. See https://github.com/AvaloniaUI/avalonia-dotnet-templates/issues/108