ProbstDJakob

Results 34 comments of ProbstDJakob
trafficstars

Thank you. This is much more readable/intuitive than the if statement. None the less this issue should be resolved and apparently already is in the Polonius project (not implying that...

Definitely. I did not want to say to use nightly, only that a fix exists but the underlying project is still in the works.

I am not sure if those two are similar, since the issue #54663 has a problem with the borrow checker expanding behind the return and in this issue the borrow...

We currently plan to implement this feature and spent the last few days on how to achieve this. _Our_ main goal is to deploy a (or two) OVN load balancer...

Our proposal for the service annotations `v2` would be as follows: ```go const ( // [...] some other global constants ServiceAnnotationOCCMAPIVersion = "loadbalancer.openstack.org/occm-api-version" ) const ( // [...] the unchanged...

@dulek @jichenjc @kayrus @zetaab Can anyone please look at this issue? No rush, I only think that you did not get noticed about the comments I made, since it is...

I came to the same conclusion the more I looked into the code and what has too be done/what decisions have to be made.

Sorry for the late response. The topic _Making a singular field plural_ is more or less the same as with what we came up with with the exception, correct me...

I've also encountered that _dynamic_ resources do not work as one would expect. For example if you trying to create a bunch of namespaces: ```yaml {{- range .Values.namespaces }} apiVersion:...

As a workaround the following snippet could be placed after initiating `nvm` in the `.zshrc`. An alias does work as well but then the auto completion does not work. ```sh...