Stanislav Silin

Results 23 comments of Stanislav Silin

I had a look at the issue. It happens because the StackPanel grands infinite length to one of its sides(depending on the orientation). Normally, it allows other components to calculate...

When I was working on the issue, I found peculiar logic. In the RelativePanel.MeasureOverride. it measures and resets measurements multiple times. Does someone have idea why it happens? ``` cs...

> @byme8 any chance to add a unit test here? > > https://github.com/AvaloniaUI/Avalonia/blob/master/tests/Avalonia.Controls.UnitTests/RelativePanelTests.cs I will add tests

@danwalmsley I added tests for a stretched relative panel.

I got a similar issue. My source generator was failing silently during a build. As a result, some required stuff was not appropriately bootstrapped at runtime, and the app failed....

Theoretically, there is a way to make it work. It would require changes in analyzer and it would not look nice. The `` QueryAsync `` would be changed like that:...

Hmm.. Potentially the interface can be even a better way to implement it. I will have a look.

I have fixed the issue with the enums(6.2.0-preview.3), but as you showed, it now fails with interfaces. Some fields in the schema have additional arguments compared to those defined in...

I fixed the situation that was responsible for the first two issues. However, there is another issue. The schema contains the interfaces `` Node `` and `` Product ``. Then...

How do you get this schema? Looks like it is broken. There are interfaces that are not explicitly "implemented". For example, `` PageEditorBlock `` and `` EditorBlock ``. They are...