Ari Becker

Results 53 comments of Ari Becker

We just ran into this - we have a bunch of Kafka topics where we need to set Prometheus alerts when the Kafka topic lag gets to be too big....

> I have a question for those who write dhall for real: do you care about integrity checking at all ? Or are hashes only for caching ? A more...

@Gabriel439 > is there an invariant that .spec.ports must be present if spec.type is not ExternalName? Yes. If `spec.type` is undefined, the API server presumes `ClusterIP` by default. There are...

@Gabriel439 Asking Kubernetes upstream to fix the OpenAPI spec is non-trivial. The spec [itself](https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/swagger.json) is a computer-generated ~ 5 MB document, which seems to be generated from the JSON tags...

I had one of those "ah-ha! why didn't I think of this earlier?" moments this morning of a simple work-around, and since nobody's published it yet, I'll put it here....

> > `dhall Oh nice, didn't know this is possible! Is this documented somewhere on a higher level than on https://github.com/dhall-lang/dhall-lang/blob/master/standard/imports.md? Sounds like a useful feature people should know about....

The only reference I'm finding in the general documentation is a bit of a "todo" at the beginning of https://docs.dhall-lang.org/references/Built-in-types.html

I have a teammate who got bit by this, on both `1.30.0` and `1.31.0`. > Yeah, I'm familiar with [NixOS/nix#2244](https://github.com/NixOS/nix/issues/2244). That will be trickier to fix because I'm depending on...

@Gabriel439 I see, thanks for trying again. I guess that my current workaround is to use https://github.com/justinwoo/easy-dhall-nix considering that my use-case only requires the final binaries. I'm not sure why...