Jack Ma

Results 16 comments of Jack Ma

r we having sth for this in .net 6? @davidfowl or maybe in .net 7? :)

Maybe not the right place to ask this question, but @blacksonic do you know why webpack doesn't directly remove the detected unused exports? But instead hands it over to Uglify...

@jpsala I have a DLL setup working for a side project. Let me know if you want to see some details

@jpsala Let me know how you want to proceed. My repository is privately hosted. I can send you the .config files or even I can walk you through a Google...

It would be great to have some traction on this one as we are using app gateway and meanwhile wants to restrict the aks egress traffic via a Firewall

wanted to propose another approach which I prototyped locally and worked well. so instead of hoping the webhook can get a stable hostname or pod IP (impossible before a pod...

What if we secure the `/token` endpoint? i.e. leveraging [service account token volume projection](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection). essentially, let admission controller projects a token with the audience set to the controller which in...

but the acme approach is also not bad as long as [the IP address support](https://github.com/smallstep/certificates/issues/410#issuecomment-833784998) is implemented. i was actually looking at that option too

The projected token feature is widely available at this point I think. Tried on AKS, works. EKS/GKE has it as well based on quick googling. it's a **stable** feature already...