laolarou

Results 17 issues of laolarou

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your issue described in the documentation? - [X] I have read the...

Currently, loading large Markdown documents will cause the UI to freeze. Can I load the doc async?

如题,使用最新版 v2.1.0.1-beta.2023-08-04 启动客户端的时候,网页UI一直提示无法连接到 WebScoket: 防火墙规则均已开启,依旧无法连接。

I set up my environment with Typescript + Nuxt + Vuetify, when I change the "lang" tag in the script node of the file "default.vue", it will cause the problem,...

Some of the markdown documents will cause the converter to throw System.Xml.XmlException("") Usage: Example: [Untitled-1.md](https://github.com/neolithos/NeoMarkdigXaml/files/8856423/Untitled-1.md)

目前,在 Avalonia 11 开始。Avalonia 项目可以通过修改编译选项来全局开启 “编译绑定”。 启用编译绑定后可以完全舍弃基于反射的绑定,这对于需要启用 NativeAot 的平台(安卓与IOS)是非常关键的。 当前项目的内部实现依旧是使用基于反射的绑定类来实现多语言切换的。如果可以切换至纯编译绑定将会大幅度提升跨平台的可用性。 由于我暂时还没有完全掌握项目代码。因此,我可能无法提交 PR 😂,作者如果可以的话不知能否尝试将内部实现切换为编译绑定? 我这里可以提供一段我在自己项目内使用的一段 helper function 来帮助您创建编译绑定: ```c# public static IDisposable CompiledBind( this AvaloniaObject bindTo, AvaloniaProperty bindToProperty, string bindingPath, object...

enhancement
good first issue
help wanted

### Describe the bug Window animations (including min/max animation, first open transition etc.) will lost when applying following properties: ```xaml ``` ### To Reproduce ```xaml ``` ### Expected behavior _No...

bug
os-windows