Hagmonk

Results 12 comments of Hagmonk

Thanks for the quick reply! Makes sense! > Use a build system like Bazel to generate correct Go code for the Kubernetes protobufs, rather than rely on upstream's broken Go...

FYI, Jay as recently as October recommended simply disabling proto generation, which makes me wonder if this is particularly feasible … https://github.com/bazelbuild/bazel-gazelle/issues/924#issuecomment-702357953.

Awesome, thanks so much. If I can get it working I'll update this issue for posterity.

I think what I really want is that `dynamicpb` implementation – if I'm guessing correctly, that would mean skycfg could operate on straight proto files without having to depend on...

Two more resolve overrides fixes things up: ``` "gazelle:resolve go k8s.io/apimachinery/pkg/util/intstr @io_k8s_apimachinery//pkg/util/intstr:intstr_go_proto", "gazelle:resolve go k8s.io/apimachinery/pkg/api/resource @io_k8s_apimachinery//pkg/api/resource:resource_go_proto", ``` Then, you have to be careful that your BUILD.bazel file has directives to...

Thanks for the report, I'll take a look at this. Re-frame should absolutely be high up there. Searching on clojars itself produces the same results: https://clojars.org/search?q=re-frame. The correct re-frame package...

I see that result too. I'll investigate why Alan's result isn't ranked more highly. Thanks for the report!

For anyone who wants to experiment with this, it's pretty easy to do it in bulk. In my case I had a single parent headline with a couple of dozen...

@mehmetminanc, thanks for the comments. It is something of a hard problem :) I do wonder whether nanocubes are truly unable to handle this. Thinking more, my instinct tells me...

Abusing databases is a favorite pastime :) Here's a little more detail that might make things more concrete (and sometimes ideas materialize during explanation) One note is that I'm actually...