Michael Bridgen

Results 166 comments of Michael Bridgen

> The helm-controller (part of the GitOps Toolkit) is capable of tracking semver releases and automatically upgrade a HelmRelease based on a semver range The original comment asked for a...

https://github.com/jkcfg/website/pull/42 addresses this (but won't be merged until 0.4.0, with stdout and stdin symbols, is released).

Hi! Sorry for the extended period of silence. Let me jot down things I think will be relevant: - the build takes two paths: for linux-amd64, it uses the docker...

Ah, so something like, jkcfg/prebuild -> builds or downloads all binaries etc. for prebuilt jkcfg/build -> uses prebuilt for jk build (OK the prebuild v. prebuilt would be confusing, but...

Actually the prebuilt repo could host the prebuild Dockerfile, then the build image could just copy the bits out of the prebuild image. And we should probably use specific digests...

This may be worth a modest RFC. Other things to cover: - specifying input formats for files that don't have an extension - ?

Not having to invoke npm would be a bonus. For the sake of completeness: we could also download npm packages on demand or all at once, as indicated by imports.

🤖Early morning research robot has brought you a gift! 🎁 https://github.com/microsoft/TypeScript/wiki/Using-the-Compiler-API

It doesn't support TOML at present. I believe TOML translates directly to hashes, lists and scalars, so it ought to be possible to round-trip values through TOML. (Implementation note: https://toml-to-json.matiaskorhonen.fi/...

More details: I'm writing a test for `jk generate`. It passed once; and, since it never overwrites the files, even if I change the code for the test, it will...