Michael Bridgen

Results 166 comments of Michael Bridgen

(NB this won't pass until the build image has been updated to include `golangci-lint` as well)

Hi @aaronmell, thank you for pitching up and asking. Honest answer: I have not given up on the ideas here, and would like to spend more time on it, but...

@adnaan Thank you for the supportive message

@adnaan That's a kind offer :-) There is certainly upkeep to do -- e.g., I was looking at updating the Kubernetes schema definitions the other day and noticed that the...

Yeah, `deno` is an accomplished project, and supporting TypeScript in jk is quite a big job. I was thinking recently about whether the jk library and commands could be ported...

We've talked a bit about having "escapes" for the hermeticity, e.g., to run `jk` as a server by importing `@jkcfg/http/server` -- perhaps (allow-listed, sandboxed) `exec` could be one of those.

Another way this could be accomplished is from the outside -- if you can read from stdin (a source of un-safety in its own way!) it could transform the documents...

With #149 it is possible to pipe the output of `helm template` through a jk script to transform it. A script that does the same transformation as in the OP...

That's a generous offer, thank you! "How To" documentation -- a guide, walkthrough, worked example -- would be the most useful, I reckon. I would put it in the docs,...

Just to set out some trade-offs: - Given that the standard library is built into the runtime, its contents will be static for a particular release. So the sense in...