Craig Furman

Results 16 comments of Craig Furman

In my tanka travels I hadn't seen the parts of the codebase that actually evaluate jsonnet yet 😅. I can see the use case for pruning out data, for subcommands...

It looks like it might be worth at least exploring an AST implementation: https://github.com/google/go-jsonnet/blob/7d810911490e86edee423dbf2cfb24f7d8b9dde8/vm.go#L517 Do you have any particular benchmarks you run? I have a large-ish inline environment (https://gitlab.com/gitlab-com/gl-infra/k8s-workloads/tanka-deployments/-/tree/master/environments/thanos) that...

I've been poking around a bit with the go-jsonnet functions around ASTs just now, and while it's early days I'm now skeptical that an AST-pruning implementation has legs. For example,...

@jdpleiness do we still need this issue? If we discover that we need any storage beyond putting annotations on the main ConfigMap, we can implement it then, right? If we...

Interesting 🤔 What does `defaults read com.oliverpeate.Bluesnooze hideIcon` return on your machine?

IIRC I was seeing that `defaults read` return 0 until I killed the app _before_ writing but I honestly can't remember. It's possible this docs PR doesn't really help anything....