Isaac Cook

Results 29 issues of Isaac Cook

Byte encoding can be tricky, but here's how to do it right with Python3 for the reddit example.

[Current documentation](https://github.com/kubernetes-sigs/cli-experimental/blob/823df321c1b5a610b2f6b6074614e8b8508f91e0/site/content/en/references/kustomize/builtins/_index.md?plain=1#L719) refers to the `helmChartInflationGenerator` attribute, [which is deprecated](https://github.com/kubernetes-sigs/kustomize/blame/672c751715be7dd0b43b4a2fce956c84452e0db9/api/types/kustomization.go#L149) in favor of `helmCharts` attribute which [takes a different syntax](https://github.com/kubernetes-sigs/kustomize/blob/master/examples/chart.md). Possible actions: - Simply add a deprecation notice and link...

lifecycle/rotten

This is an old file plugin that I managed to dig up that makes matchit work for Jinaj2 templates. There's probably some un-needed stuff in there, but it hasn't broken...

Create a BaseForm class that provides abstract functionality, then have the more specific Form class inherit the base functionality.

enhancement

Allow the validation to be used by multiple data sources more easily. Explore JSONSchema.

Another convenience

enhancement

Mostly for convenience to not have to write .data every time.

enhancement

This will convert the raw data from an input schema to python objects, and catch failures that will be raised as validation errors. For instance, creating datetime objects from strings.

feature

Right now the only outputs are a form re-rendering, or a json object designed specifically for the yota jquery plugin. Expanding output generation to be slightly more general, ie easy...

feature