Alex Angas

Results 18 comments of Alex Angas

This works great - thanks @masterkidan! If I had a criticism it would be that it picks up packages in `devDependencies` as well as `dependencies`. I only care about the...

I'm fairly sure the fix should be to remove using `_ipAddress` as part of generating the hash code. I've performed manual tests and run all unit tests which pass successfully.

Just reading in https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/statements-expressions-operators/how-to-define-value-equality-for-a-type that Microsoft's recommendation is "Override [Object.GetHashCode](https://docs.microsoft.com/en-us/dotnet/api/system.object.gethashcode) so that two objects that have value equality produce the same hash code." I realise that may break some applications...

@lduchosal Have reviewed and checked against my test case, and PR looks good. Thank you!

Also experiencing this issue on Kubernetes 1.19.7 with Traefik 2.3.3. Possibly related issue posted [on Stack Overflow](https://stackoverflow.com/q/63109422/6651) but the suggested fix was already in the helm chart.

Unfortunately I'm still experiencing this issue. First thing to say is that I'm using the traefik-helm-chart and am increasingly wondering if the issue lies there, specifically this one already logged:...

It looks like the value expected is supposed to look like a Bicep array snippet, e.g.: ``` [ "abc", "def" ] ``` When I use this format then it works....

This may be related to microsoft/vscode-webview-ui-toolkit#433

@AzySir No but it has stopped now. If you are experiencing an issue then perhaps there is an issue with the function app itself? As I can no longer repro,...

I guess the issue here is that the use of `sanitanize: false` implies that the method should fail, but instead due to the bug it is inadvertently removing (sanitizing) the...