David Shepherd

Results 5 issues of David Shepherd

So this may be a bit crazy, but I'm wondering if there is a good pattern for templated subcharts... Say I have a **chart A** that uses `helmfile` and has...

feature request
want more discussion

When I try to use `{{ .Namespace }}` in a `values.yaml.gotmpl` template, it just renders as an empty string. It doesn't throw an error. This happens if I let `helmfile`...

want more discussion

I've been having issues with hypermedia performance when returning a large collection that has hypermedia in each item. Running ruby prof, I found most time is spent in hypermedia link...

Hi, I've been playing around with roar and roar-rails. Great job by the way, exactly what I was looking for. I'm interested to know if there is a way to...

When serializing using XML, the root tag is incorrect. It is either or depending on the version of rails. I believe this ultimately tracks back to here: https://github.com/apotonick/representable/blob/master/lib/representable.rb#L58 The `self.class.name`...