Rudi Floren

Results 20 comments of Rudi Floren

I can see if I can rebase the current PR in the coming days. Do you want two PRs one for 0.1.x and one for master?

Hey sorry. Nothing new. I hope I can make some progress tomorrow or next Thursday. I set myself a deadline for next weekend.

> I'm not entirely sure, but is this the same #2924 and #2925? This seems to be similar especially to the latter but the former seems to fix the same...

I came up with the following solution for supporting a custom collection (even a little bit more advanced). Sadly, it requires a lot of manual implementations. Derive support would be...

I was pointed here from #3114. I guess I came up with a rough idea that is basically approach 3 here but in broader aspect. Instead of passing a custom...

That was the initial idea. I guess it more related to custom containers than to support `Vec`. Currently, you need to implement `CommandFactory`, `Subcommand`, or `Args` yourself if you need...

Thanks for your fast answer. For once, I guess it would be beneficial if this requirement would be stated in the docs. It also would be very helpful if the...

Also caused by https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.6.1/standard-install.yaml

Hey, thanks for the reminder and your work on this matter. Nothing immediate comes to mind problem-wise regarding this solution. I have some remarks, though. I can see that the...

> Parsing `condition` will make generating a client a lot harder, what do you think about something like: > I feel this is a bit too verbose and has problems...