Mike Danese
Mike Danese
@gcastle @liggitt @thockin
I think the openshift service TLS controller works in the way you describe. Maybe we can just lift that in the short term. However while that model might make usage...
It's a minor inconvenience. I was surprised that gazelle takes ownership over sources that it definitely didn't write in the first place. Feel free to close if the added complexity...
Guava is supposedly fully compatible with google-collections and will include further bug fixes. Might be a useful bit of maintenance, I will look into how much of a process this...
@ixdy is bazel_tools open to using go based tools for core rules? what are the roadblocks for getting our build_tar to replace build_tar.py?
PCRE seems to be implemented in many languages. Perhaps it would be better to implement this as a native extension (#108) to the language and not part of the core.
I agree that json types are sufficient. Accepting objects and arrays would still be nice.
I would like this. For reference, here's a snippet that we use to work around not having this for the object case. ``` python function(cfg) local if_enabled(addon, manifest) = if...
It looks like this is what JsonnetJsonValue is intended to be?
GCL types aren't very elegant to define and I don't think Nix supports user defined types. I saw how far I could get with a library, but some language support...