Dong Bin

Results 67 comments of Dong Bin

有一些dependency问题,我现在先更新各个包到最新版本了。测试可以运行。

但是CI没有办法获取Pillow 9.0.0 ……

关于没有音频的问题,怀疑是我写错了,现在没有网络,接下来会按照这个来修改 https://stackoverflow.com/questions/40445885/no-audio-when-adding-mp3-to-videofileclip-moviepy

I encountered same issue today. Indeterminate progressbar style is broken because of this issue. ![image](https://user-images.githubusercontent.com/14807942/190129543-f1ed1bf2-7548-42ab-a69c-8e64ff7f8713.png)

Actually I'm not RTL user, I don't know how it should work in reality. It just looks weird to me.

https://github.com/AvaloniaUI/Avalonia/blob/f95dde85fd4c2b4e1e3421fc052cddfbbc8723b0/src/Avalonia.Base/Data/Converters/MethodToCommandConverter.cs#L80-L82 I think at least we can change these lines to ```csharp public bool CanExecute(object? parameter) => canExecute?.Invoke(parameter); public void Execute(object? parameter) => execute?.Invoke(parameter); ```

I think the default behavior evaluates the binding method parameter length instead of binding parameter. https://github.com/AvaloniaUI/Avalonia/blob/f95dde85fd4c2b4e1e3421fc052cddfbbc8723b0/src/Avalonia.Base/Data/Converters/DefaultValueConverter.cs#L34-L39 Then the default command converter take the parameter count to determine how to create...

I think this is something related to fonts. All avalonia web fonts are mono for reason I don't know

> Embedd a font into your application and define it as a fallback like so: > > https://fonts.google.com/noto/specimen/Noto+Sans+TC > > ``` > .With(new FontManagerOptions > { > FontFallbacks = new[]...

![1665129771954](https://user-images.githubusercontent.com/14807942/194503953-8fbff09a-2bb9-4dfb-bdba-dcf9766193d7.jpg) Through devtool I can see the text value is already assigned. And it works fine if compositor is disabled. seems to be a regression.