Ville Skyttä

Results 373 comments of Ville Skyttä

Hi @moitias, others, I took the liberty to submit #3626 which builds on this, resolves conflicts, and addresses remaining open comments here.

Reproduced as well. The failglob example in the 2nd post is another issue, failglob on/off isn't enough to hush the original one, so that would be better reported as a...

Looks like the 2.12.0 and 2.13.0 entries ended up after 2.11 in CHANGELOG.md, and https://github.com/scop/bash-completion/pull/1155 show the same about to happen for 2.14.0. I'll fix up the order manually, let's...

With https://github.com/scop/bash-completion/commit/c48854850f702604aeb600ae496fb6b2eb840f8e release-please now puts 2.14.0 entries between 2.12.0 and 2.13.0 :/ (#1155)

CI failure seems unrelated on quick peek.

That can be done. The drawback is having to hardcode knowledge of what input and output formats are available in yq, for example in https://github.com/radian-software/apheleia/pull/250 Being able to specify a...

Then again now that I had a look at the source, it appears the formats default to yaml if no other is detected, so passing arbitrary text data through yq...

My use case is using yq as a pretty printer for formats it has read+write support for.

I'd actually like to use the human friendly names as `--select` arguments rather than codes, provided that there's appropriate shell completion available for the args (currently there isn't). No need...