Jöran Malek

Results 195 comments of Jöran Malek

No, you shouldn't need to configure something else. The Username is your Github account name, my invocation was: ``` dotnet nuget update source gh-ikvmnet -u "AliveDevil" -p "ghp_***" ``` I've...

Okay, forgot that we use two package registries on Github. In `%AppData%\NuGet\NuGet.config` duplicate the part: ``` ``` And rename the duplicated area to "gh-iterate-ch", there's another component we use, which...

additional info: As a workaround I am setting CsWinRTInputs for CsWinRT, and statically adding the WinMD through a ReferenceCopyLocalPaths-item (including Implementation-metadata), so the WinMD isn’t swallowed by CsWinRT and copied...

Confirmed, removing AppSdk 1.6, and instead using MSIX BuildTools 1.7 the AppxManifest is successfully harvested into the AppX with WindowsMetadataReference.

![image](https://github.com/iterate-ch/cyberduck/assets/734738/64a0ff25-3e2f-4ccd-9a6b-d4fea2dec5a9) URI Encoding of US Flag (🇺🇸) results in `????`.

Probably a bad idea, as it is version specific. Creating a shortcut that invokes "explorer.exe shell:AppsFolder\AppId!App" is better.

I've just installed it, and it looks like the integration at least from the default "detail"-view isn't working: ``` Okt 03 13:35:55 mini-server home-assistant-app[1504175]: 2025-10-03 11:35:55.577 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140334040616128]...

Thanks for confirming. So, for the "set_hvac_mode_sleep" it looks like the [services.yaml](https://github.com/jmcollin78/versatile_thermostat/blob/7.4.0.beta2/custom_components/versatile_thermostat/services.yaml) is missing the set_hvac_mode_sleep-service declaration for correct target entity selection using GUI methods (script editor, automation editor, dev...