Dong Bin
Dong Bin
> Personally, I believe that XAML can be improved, and it's still a better option than inventing a brand-new markup language. Maybe we can introduce a feature like global using...
I believe this control is migrated from winui, the original design is like this. Need some improvement.
Should be related to https://github.com/AvaloniaUI/Avalonia/issues/10700 and https://github.com/AvaloniaUI/Avalonia/issues/10701
Today our customer encountered an opposite issue😂. Window on the other hand has a fixed stylekey, which means any inheritance will use Window as stylekey by default. His custom template...
If the initial intend is to reduce CPU usage of ProgressBar indeterminate animation, I would suggest just change the control theme, animate it when it is visible. But globally I...
I can also confirm TreeDataGrid has virtualization issue.
Btw seems like you are using semi avalonia❤️
I find a case that constantly triggering this issue. Binding a nullable control property to a non-nullable vm property with OneWayToSource will trigger this StackOverflow. nvm, tested new nightly, the...
> 更新: 将图片改为常见格式并将后缀修改回 `.avif` 可以作为临时解决方案 另外生成的视频都没有声音的样子, 不知是否与 #28 提及的问题一致 还请大大有时间维护一下 Hi,实不相瞒我已经很久没有写过Python了哈哈。 不知道你有没有fix的方法,可以提交一个PR。
One stupid question。MIT license可以在代码中包含下载ffmpeg binary的操作吗?