Bartosz Korczyński
Bartosz Korczyński
I've tried this in my App with skia 3.0.0-preview.1.8, I didn't spot any bugs (tho the app is not graphically intensive), but I have notice the default for the image...
With those two PRs it works much better now. There is, however, still one small "semi-leak" 1. Press Add Tab three times 2. Press Close All Tabs One of the...
@cla-avalonia agree
Typing a letter in a number field is an user error and it would spam the log.
> Without exceptions or messages in log it would be difficult to identify any errors in a Converter. The log level can be customized. The exception will be shown in...
+1, it prevents from using CompiledBindings in few places :(
I've checked this again in latest stable Avalonia 11.0.0, but sadly it is still bugged. Sorry for the ping, but let me ping @kekekeks as I believe if anybody might...
I've debugged the code and I was able to find the offending line: in Avalonia 0.10 the bounds here were taken directly from TransformedBounds property: https://github.com/AvaloniaUI/Avalonia/blob/7739bd9ca3a20a8cb2b10c4ee2ca31337b227f4e/src/Avalonia.Controls/Primitives/AdornerLayer.cs#L183-L187 since this property has...
+1 it is pretty annoying. Anyway, thank you a lot for the text rework in Avalonia 11, including new SelectableTextBlock :)
I am gonna add my 5 cents here in case anyone find this issue: for graph layouting [Microsoft Automatic Graph Layout](https://github.com/microsoft/automatic-graph-layout) works very well (and I do agree there is...