Max Katz

Results 288 comments of Max Katz

@SKProCH yes, only dark/light mode, I don't think there is any meaningful way to abstract app accent colors across the app. As different themes might have one or many accent...

@amwx I investigated this issue and found surprising bug with our bindings support. See https://github.com/AvaloniaUI/Avalonia/issues/10110

From this list, I don't think we will ever have PropertyGrid and Ribbon build-in. Native WebView is something that could happen at some point, but it's very problematic cross-platform (specifically...

Double checked and this issue is fixed by https://github.com/kekekeks/XamlX/pull/114

In this case this issue can be closed, as latest nightly does restart the rendering loop after driver has crashed.

Workaround is to target the same .NET target framework version as Avalonia does. I.e., it's either .NET 6 (in 11.0) or .NET Standard 2.0. Then hot reload in c# code...

@timunie I used edit and continue even before with Avalonia and it worked. It was a quite specific use case, when it didn't, see - https://github.com/AvaloniaUI/Avalonia/issues/5456#issuecomment-1547044071 But I guess it...

It feels like at some point we will have to start using XamlX compiler for the XAML editor as well. For multiple reasons: - Warnings and errors highlighing (https://github.com/kekekeks/XamlX/pull/25, https://github.com/kekekeks/XamlX/pull/27...

@jl0pd correct solution would be to update compiler to inject markers (possible assembly attributes) with information for each resource. And then use these markers in the previewer.