Chrysostomos Kolovos
Chrysostomos Kolovos
> There's a definitive statement from the author here https://youtu.be/D3R3TlTPCt8?t=3793 - in short, there's not going to be any development for VS 2022, or any further development at all as...
i did it here https://github.com/xrkolovos/NextcloudClientNetCore/tree/master
@mqudsi it depends the runtime(uwp,.net frm, .net core, xamarin, etc). Windows.Web.Http is windows specific. Using System.Net.Http you can target all the .net ecosystem.
Thank you. I talk with my company, and we are going to donated too, for this feature.!
Ok Done the license text issue. I find it odd, that i have found 3 issues in while loops. They seem to have wrong termination conditions. We used the latest...
There is high performance in yarp, why not to see kestrel in kubernetes gateway api? Super feature
Is there a new road map for yarp for the next year? Would this fit inside?
Hello any plans for this feature?
what do you mean by "Your Host IP address"? The Control Plane Ip? Some node IP? the ip a machine outside of kubernetes that is running kubectl?
We execute kubectl hlf from inside the ControlPlane. We used CLUSTER_IP=$(kubectl -n istio-system get svc istio-ingressgateway -o json | jq -r .spec.clusterIP) to get the Ip of the istio gateway...