Hans Bakker
Hans Bakker
Cool mod! Besides pushing the button with software, does this root allow you to modify, extend or replace the Hue API with a better one that works with, say, MQTT...
### Brief description of your issue Winget tries to upgrade `Microsoft.WindowsSDK` from build 19041 to build 22621 in-place while I believe these versions should be possible to be installed side-by-side....
A generated Uno app project contains this piece of code: ```xml ``` A generated Uno library project contains this piece of code: ```xml ``` I searched online to understand what...
### Description I would like to reuse the [`SecureStorage`](https://github.com/dotnet/maui/tree/main/src/Essentials/src/SecureStorage) code in an Uno Platform app. The platforms supported by Uno Platform do not entirely overlap with MAUIs platforms, and currently...
Hi, thank you for this great starter repository and for the series of blog articles! I'm still finding my way how to best structure a DDD/CQRS project and your content...
I see Clean Architecture is an important part of this repository. I'm figuring out how to best approach that and what to put where. I see an application layer? version...
With URI protocol activation, the URI of the (custom) protocol will be passed as the first argument on the command line, like this: ``` myapp.exe myscheme://90413064-fa7f-4750-afa6-2f34047042ca ``` How can we...
Would it be a nice feature to integrate with [Huetro](https://www.microsoft.com/en-us/p/huetro-for-hue/9wzdncrfjj3t) by @niels9001 - matching the ambient sounds with a Hue scene? Or alternatively - a direct Hue integration?
I have a service that returns a SAS token as body of the response. I want to put this text body in a variable to be able to interact with...
I find [Refit](https://github.com/reactiveui/refit) very helpful to develop REST clients with. It would be great if Nightingale could generate a Refit interface for the requests in a given workspace.