affederaffe
affederaffe
There are still some minor bugs to be fixed before merging and since Avalonia 11 seems to be moving closer and closer to RCs (feature freeze), I don't think we'll...
Please `git pull` in NWayland and try again, see https://github.com/affederaffe/NWayland/commit/c032e578c282a1d53dfed510c3fa3149a456b0be. Seems like I forgot to push those changes
As I see it window embedding isn't really a problem anymore, at least on the video-player side. phonon-vlc seems to be able to integrate vlc and mpv can also be...
There's still some work to do: 1. Client Side Decorations: Probably needs support in Avalonia.Base Window itself, as pointed out, stealing client side pixels isn't a good idea 2. Touch...
There are just too many unresolved issues, until I have the time and motivation to address those this PR continues to be WIP and thus unmergable from my perspective. If...
Should be fixed with the release of 0.0.5.
That's an upstream issue unfortunately, see https://github.com/AvaloniaUI/Avalonia/issues/4427
With https://github.com/affederaffe/BeatSaberModManager/commit/f7418e7aa7c0162b2ea4536e011ab5dc919c08d6, exceptions are caught globally, so settings should always be saved on exit. I'm not a fan of saving them on change since it introduces unnecessary IO.
You can build the project with additional arguments, see [the actions workflow](https://github.com/affederaffe/BeatSaberModManager/blob/main/.github/workflows/main.yml). I don't know much about NixOS' packaging, but the command you need is `dotnet publish -c Release -r...
Shouldn't this be fixed in Tmds.DBus.Protocol then? Per spec we expect the Variant to not be collapsed, so in my opinion this is the wrong layer to fix it. In...