phispi
phispi
For `Plugin.BLE 2.2.0-pre4` I still needed to add the `Microsoft.Toolkit.Uwp.Connectivity` nuget package (version 6.1.1). When trying to use the latest version 7.1.2 of `Microsoft.Toolkit.Uwp.Connectivity`, I got a `Attempted to access...
On my system the reason for this was that `ldconfig` (in the Debian package `libc-bin`), despite being installed, was not found. It is installed in `/usr/sbin/ldconfig` and `/usr/sbin` is not...
> Hi, can you tell me how to solve this, thank you. I added the line ``` PATH=$PATH:/usr/sbin ``` to `webui-user.sh`.
As [denhaandrei](https://github.com/denhaandrei) mentioned, the only change I needed to do in my MAUI application to avoid this problem is in the file `Resources/Styles/Styles.xaml` in the section `` it to replace...
> Yes we know of this solution but this would override all the BackgroundColor property set anywhere in the app. Which can be issue when migrating Xamarin apps where people...
Confirmed on my system as well: `Linux 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64 GNU/Linux`. Installation with `cargo install ffsend` was leading to a segmentation fault after upload, whereas...