Arian van Putten
Arian van Putten
> Also FWIW it'd be less than tedious I think depending on exactly what you're after, but yes a slight bit of copy pasting from ValidationError.**str** if you wanted the...
Yes please! that sounds like a sane thing to do. The more general feature request is: map anything that has `"type":" object"` but lacks a `"properties"` e.g. configmap is: ```json...
Usecase: In kubernetes you have `Deployments` that refer to `ConfigMaps` by name. But it's convenient to have the `hash` of the `ConfigMap` as an `annotation` on the `Deployment` because then...
Cool, howabout would I go implementing this? Do I need to update the `dhall-lang` semantics first, or can I mess around in `dhall-haskell` first?
Unfortunately no. I still think this would be an extremely useful feature to have. Unfortunately didnt have the time to work on a spec for the standard yet. I still...
we're talking about semantic hashes; which dhall already has. For each expression dhall calculates a semantic hash of that expresion over its CBOR representation. `dhall freeze` exposes this. This ticket...
I think I also need to update the files in `out`? Would also be nice that we test that `dhall-to-yaml | yaml-to-dhall | dhall-to-yaml` roundtrips on all examples as a...
it used to though if I remember correctly ... did something change? :/
A place where I am having a lot of issues is where I want to define some utility functions for `dhall-kubernetes` which work on the union; but having to write...
Another one that is very close to this project: https://github.com/xtruder/kubenix