Kyle L
Kyle L
I appreciate the updates! Just in-case it's useful to anyone else, and using a bit of Kotlin mixed-in, here is working excerpt for using it with cert-manager: ``` CustomResource( "certficate",...
Ah, this was it. It took my smaller test (which is easier to see the difference in build times since there is less variance) from ~30 seconds -> ~6 seconds....
> This is exactly the issue I'm having myself. Do you know a simple config to a local haproxy that triggers the issue? I have never used haproxy before, I've...
An Apache'd license library is: https://github.com/s8sg/proxy_proto_c/tree/master.
Ok, I took a swing at it, using https://github.com/s8sg/proxy_proto_c - and managed to get it working. I need to clean it up before sharing, but a few notes to speed...
From a bit more digging of the [protocol specification](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt), my belief it the protocol _requires_ it only be sent first, and thus it _should not_ support receiving it in within...
I've realized that this also applies to examples like DigitalOcean, which is already integrated. e.g. `getDomain` in DigitalOcean only has bindings for `GetDomainPlainArgsBuilder` even though the underlying Java bindings have...
Yeah, those kind of breaking changes are tough. In my case, I'm new to Kotlin, so perhaps I'm missing how this can be done easily, so if I have some...
Thanks for investigating! And yep, no rush on my side. I realize I've created a lot of requests, just surfacing them. :)
I don't have a solution, just was looking around for related issues - I think we have the same issue: https://github.com/bazel-contrib/rules_go/issues/4286. Interestingly in my case I have one development machine...