itchyny

Results 231 comments of itchyny

@nicowilliams We can use Action Secrets for both private key and passphrase. I think we can use [ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) to import the release key. One of the famous releasing actions for...

@nicowilliams Thanks! Sorry for the delay to notice the mention, I was thinking of using `noreply@` would be better to notify users that they can't receive reply (if re-generating is...

I agree the development version manual is sometimes misleading for new comers, and hopefully it shows the latest released version by default (after we cut a new release). But this...

LGTM, I will merge this patch with the following test, thank you. ```sh jq -n -c -L tests/modules 'import "data" as $a; import "data" as $b; def f: {$a, $b};...

Same issue as #1872, we need to be careful in the next release.

It's now 2023, and I'm using macOS Ventura (13.4.1), I cannot reproduce. Is there anyone still affected by this issue?

Looks resolved by `pick/1` in jq 1.7.

Since #467 is about YAML support of jq and is still open, closing this issue, yq is mentioned in both [FAQ](https://github.com/jqlang/jq/wiki/FAQ) and [Alternative jq implementations](https://github.com/jqlang/jq/wiki/Alternative-jq-implementations).

I read the original comment again. This looks like a bug report about jq query syntax accepting relaxed format numbers. I don't think this is a bug, as long as...