Hans Bakker

Results 153 comments of Hans Bakker
trafficstars

@Fungusware did you find the cause of your issue?

I found out the hard way that the Battery service is hidden / inaccessible as a GATT service (#3) - you need to access it via the `org.Bluez.Battery1` interface but...

I understand you propose to move the clipboard access to outside the application logic for security reasons, but doing this via a toast does not feel like good UX to...

Oh, excuse me. I didn't try the clipboard API yet myself and I thought that what you described was that the clipboard API is limited even when the app is...

@jorenbroekema What I am struggling with, is - style dictionary flattens everything - how can I have groups of (color) tokens that are exported to different classes, that cross-reference each...

@larsblumberg thanks for retweeting, I also posted it to forum topics where this was discussed but not officially requested. @ejwill those shortcuts are very limited: you can't define your own...

For the sake of completeness, I would expect the (text-related) properties in the documentation section [Use formatted text](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/label?view=net-maui-8.0&darkschemeovr=1#use-formatted-text) to be inherited: > - `BackgroundColor`, of type [`Color`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.graphics.color), which represents the...

@rmarinho / @albyrock87 / @StephaneDelcroix could you please have a new look at @kubaflo's code? He updated it based on your feedback, and it would really be helpful to have...

I have one usecase for this ask. Imagine I want to build a page displaying a news article. I would build it on a `ContentPage` like this: - ScrollView -...