holdxen

Results 5 comments of holdxen

> d minimal repro if possible. This issue is invalid. ## code: ![image](https://github.com/AvaloniaUI/Avalonia/assets/72525794/780b246b-87fd-4406-b3f7-6fa1b2c40211) ![image](https://github.com/AvaloniaUI/Avalonia/assets/72525794/6d4f3e2a-fd95-43b5-802b-3f0a955af6fa) ## result: ![image](https://github.com/AvaloniaUI/Avalonia/assets/72525794/3f627d57-69b3-4b73-800e-bf904c334c8a)

> at this sample? This is my new example https://github.com/Zhou-Pixel/ApvPlayer.git and it uses opengl fbo to render video in Avalonia It seems all events do not work in OpenGlControl so...

> Wild guess: is it possible snafu somehow notice `DatabaseError` and generate some code with name `Database`, which then confuses frb since there is another "Database" struct there? > >...

> Wild guess: is it possible snafu somehow notice `DatabaseError` and generate some code with name `Database`, which then confuses frb since there is another "Database" struct there? > >...

> he snafu's `Error` and my `Database` declaration in the same mod But the Database snafu generated is `pub(crate)`, it means I don't want to expose it to dart. Only...