holdxen

Results 7 issues of holdxen

OnOpenGlInit in OpenGlControlBase does not work since avalonia `11.0.0-rc2.2` env: `.net7` `win11`

bug

可以添加一个开源协议吗?

https://github.com/Zhou-Pixel/AvaloniaWithMpv It is my example and it still have some problems

- drop all elements when all receivers are dropped - add test

### Describe the bug # error.rs ```rust use snafu::Snafu; pub type Result = std::result::Result; #[derive(Debug, Snafu)] #[snafu(module(builder), context(suffix(false)), visibility(pub(crate)))] pub(crate) enum Error { #[snafu(display("Database error: {source}"))] DatabaseError { backtrace: snafu::Backtrace,...

bug
awaiting

Here: https://github.com/pretzelhammer/rust-blog/blob/cee15f6a4dc93643e33f0bf6f517683bfbc193a5/posts/translations/zh-hans/tour-of-rusts-standard-library-traits.md?plain=1#L1339

According to Skia's official documentation https://skia.org/docs/#platforms, Skia supports Ubuntu 18.04. However, when I compiled it on Ubuntu 18.04, there was an error, which seemingly relates to FreeType. Nevertheless, I have...

bug 😔
external