volkmnv
volkmnv
Trying to upgrade from unsynced to synced is a perfect behavior for me. But I think if there are no synced lyrics available but plain lyrics are availabe and do...
Any news on this? I'm facing the same issue on a Nothing Phone (2a) plus. ```/togglecloseappanimation``` didn't make a difference.
> Try revoking access to notifications (and turning off notification-related features). I can confirm that revoking "Device and App Notifications" Special App Permission resolves this issue (I only disabled Niagara...
I saw the discussion, but I don't see were it says its unsupported, I just see a pull request with a fix regarding ResXNullRef: https://github.com/dotnet/msbuild/pull/4637 Also, while your workaround makes...
Thanks for the workaround. ~~While this works with the sample project it does not with our production project. This uses DevExpress controls with localization and crashes while setting ButtonEdit.Properties.ImageOptions.SvgImage to...
I'm getting the same exception in an Avalonia project after updating. ``` System.MissingMethodException HResult=0x80131513 Message=Method not found: 'Splat.IMutableDependencyResolver Splat.Locator.get_CurrentMutable()'. Source=Avalonia.ReactiveUI StackTrace: at Avalonia.ReactiveUI.AppBuilderExtensions.c.b__0_1() at Splat.InternalLocator.RegisterResolverCallbackChanged(Action callback) in c:\temp\releaser\splat\src\Splat.Core\ServiceLocation\InternalLocator.cs:line 106 at...
Just noticed that it is Avalonia.ReactiveUI and not ReactiveUI.Avalonia. Thanks for the heads-up. Here is the the bug report in the Avalonia repository: https://github.com/AvaloniaUI/Avalonia/issues/19601