Jean-Daniel Dupas

Results 56 comments of Jean-Daniel Dupas

> We need to ensure that it is not a bug/issue introduced in the github.com/cert-manager project. In my case, this is not related to cert-manager at all, as this is...

> Hi @Jean-Daniel, > > So the problem here is that controller-gen is unable to generate the files when the output is like `/tmp/tmp.SgrxkiqbO4` (it has in the name dots)....

Not stale. I have this issue too

Looks like ([envoyproxy/envoy#13115](https://github.com/envoyproxy/envoy/issues/13115)) has been merged and released in Envoy 1.20.0

> Main solution for deploying contour in most setups was using Cloud LB, and AFAIK currently that setup doesn't support publish 443 udp/tcp at same time - so another barrier...

You can workaround this by redeclaring the buffer as `nonisolated(unsafe)`. ```swift var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in nonisolated(unsafe) let buffer = buffer // Redeclaration here DispatchQueue.concurrentPerform(iterations: numberStrings.count)...