Andrew Stakhov
Andrew Stakhov
So now I'm getting this after a while.... ``` 2022-02-18T16:35:21.10-0500 [APP/PROC/WEB/0] OUT Kerberos.NET.KerberosProtocolException: KDC KRB_AP_ERR_TKT_EXPIRED: Ticket expired 2022-02-18T16:35:21.10-0500 [APP/PROC/WEB/0] OUT at Kerberos.NET.Transport.KerberosTransportBase.Decode[T](ReadOnlyMemory`1 response) in D:\a\1\s\Kerberos.NET\Client\Transport\KerberosTransportBase.cs:line 70 2022-02-18T16:35:21.10-0500 [APP/PROC/WEB/0] OUT at...
But it shouldn't matter as your lib has a background timer thread that is supposed to keep ticket alive regardless of this call. The fact that it expired means that...
Seems like this is an ask to add equivalent of Java wildcard generics which has a lot of usefulness. Covariance /contravariance on interfaces is a lot more restrictive and does...
The downside is that constraint cannot be made part of public contact. Current issue with generics, is if I have nested generic types like a Russian doll, constraint in each...
"In .NET List and List are two distinct and incompatible types entirely" There are ways to bypass runtime check on this. You can already assign List to IEnumerable, but not...
Yes, this is more towards a saga implementation where i need to confirm state of the recovery during replay, especially for last event as I'm not sure where it left...
Would like to see this merged in as I need this functionality too
Few things that I would like to see added to the list - [ ] Custom CRDs as an alternative to using standard `Ingress` resource. `Ingress` resource is very limiting...
This is a huge issue for us at Broadcom with multiple fortunate 100 customers wanting this feature in one of our products and thousands of workloads being blocked from being...
YARP supports destinations resolver as a first-class pluggable API interface: https://microsoft.github.io/reverse-proxy/articles/destination-resolvers.html. Should be easy enough to map YARP to this I'm not sure what you mean by configuration support. YARP...