Hans Bakker
Hans Bakker
Why didn’t you test it? I appreciate that you want to contribute, testing something before you make a PR is part of developer etiquette. Otherwise it is not contributing, but...
@SnakyJake Are you saying that the hue hub firmware already contains a mqtt server? Is there anything written about that online? This is the first place I saw someone mention...
**Describe the bug** The `Parse` function in https://github.com/Microsoft/Recognizers-Text/blob/5a9e0c701794df544c2d6b458c5c46374b14ce5b/.NET/Microsoft.Recognizers.Text.Number/Parsers/BaseNumberParser.cs#L857 does not take a culture parameter which breaks the `TestNumber_English` --> `NumberModel` --> testcase `two hundred point seventy-one` testcase on systems where...
If you deleted ` Microsoft.VisualStudio.Shell.11.0`, shouldn't it be deleted from the `lib` folder as well?
Likely every major build should have its own ID, like - `Microsoft.WindowsSDK.19041` - `Microsoft.WindowsSDK.22621` instead of all sharing the same ID (`Microsoft.WindowsSDK`) to prevent these updates?
> Does your application build properly when using this property? Yes, it works well. I also modified the version to `10.0.22000.26`.
I can confirm this
> Deployment.Environment would be useful to have @Cyberboss see https://github.com/octokit/octokit.net/pull/2560
Switching to Refit (see #2562) would make [generic interfaces](https://github.com/reactiveui/refit#using-generic-interfaces) possible as well and uses `System.Text.Json` by default
[`aiohttp.ClientSession.ws_connect`](https://docs.aiohttp.org/en/stable/client_reference.html#aiohttp.ClientSession.ws_connect) with [`aiohttp.ClientWebSocketResponse`](https://docs.aiohttp.org/en/stable/client_reference.html#aiohttp.ClientWebSocketResponse) works quite well. It has support for async, proxy, ssl settings, etc.