Menghua Xiao

Results 5 comments of Menghua Xiao

As discussed with Matthew G., it's not easy to integrate the credential provider support into the build steps to resolve this problem, as that involves changes from the upstream buildpacks,...

We rely on the resource handlers defined in [the list](https://github.com/fabric8io/kubernetes-client/blob/master/kubernetes-client/src/main/resources/META-INF/services/io.fabric8.kubernetes.client.ResourceHandler) to handle resource CRUD. It's not trivial to support CertManager and Issuer at the moment.

I'm getting the same error. I tried to downgrade to 0.19.6 or earlier versions, but it still reported the same error.

Add the `features` setting in the the dependency of `lalrpop-util` will work: ``` [dependencies] lalrpop-util = { version = "^0.19", features = ["lexer"] } ```

We say `3 * 3` is the same as `3 + 3 + 3`, but in some context we need to add parentheses, for example, in the context of `3...