Pavel Anpin
Pavel Anpin
Hi @confused-Techie! The code from my screenshot comes from [the veda guide](https://veda.gl/usage/). Indeed the issue is `nix` related, I'm getting this in the log ``` [1594662:0320/112725.163250:INFO:CONSOLE(269)] "Error: Command failed with...
sure this have to be done, but would be quite involved as there are no process for wrapping atom/pulsar extensions at the moment
Hi, I have been faced with the same issue. In nixos [current implementation]( https://github.com/NixOS/nixpkgs/blob/nixos-23.11/nixos/modules/programs/yubikey-touch-detector.nix) of the systemd service is wanted by `graphical-session.target`, not `default.target`. However overriding it doesn't fix the...
Right after I opened issue in the nixos repo, I stopped the manually running instance, closed the shell window and tried to connect somewhere which required to touch the key...
here you go https://github.com/anpin/prism-relative-binding fails on iOS with ```console Unhandled Exception: System.InvalidOperationException: Operation is not valid due to the current state of the object. at Microsoft.Maui.Controls.Binding.ApplyRelativeSourceBinding(BindableObject targetObject, BindableProperty targetProperty, SetterSpecificity...
@dansiegel it was a XF app indeed, but without such binding, it had an event handler which was calling a custom command binding. We tried to eliminate the need for...
[BUG] Content of a ContentPage doesn't occupy full height when page is pushed to PrismNavigationPage
I opened an issue in MAUI repo too. However as mentioned in the reproduction the native navigation page doesn't have the gap.
[BUG] Content of a ContentPage doesn't occupy full height when page is pushed to PrismNavigationPage
fixed in upstream
I have noticed the same issue, toolbar icons are working on Android and iOS, but not on Windows
this was fixed for me in the latest MAUI versions. @pierreszelag can you confirm?