hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.7K
active users

eirik ᐸ'aᐳ

wasn't planning on finding all the flaws in the other yq implementations when doing a version, but now multidoc yaml input through jq is a thing

toml -> json -> jq -> yaml

the thing is super dumb, but have wanted a dumb wrapper for ages
(other impls often try to be smart and end up implementing a tiny subset of jq - which also just had a new version)

mostly wanted to reduce the CI image size with this impl (and this got it down by over 100M thanks to killing python on it) because the python one has been ok (it also shells out to jq), but 100M * num_repos_in_org * num_daily_runs equals a LOT of BW