ryenus

Results 75 comments of ryenus

@muzimuzhi ahh, thank you, that's good to know. Meanwhile I've moved on with yq, which can preserve case properly: ```sh echo -e 'True' | yq -px -ox .Should ``` Which...

> `tee ~/lessdata/$(date +%s) | less $*` I've adopted this and it actually works very well, thank you!

Though JSON => JSON makes lots of sense, personally I like it as well, on the other hand it's also a breaking change since yq had been always using yaml...

Bitten by this last week in my own release script, just found out 😂

@diorcety, I'm not quite sure I understand your point. In which case you want public access for those fields? Could you please provide an example?

This is more likely an issue in [cobra](https://github.com/spf13/cobra/tree/main), more specifically here in [fish_completions.go:56][1]: ```fish set -l requestComp "%[10]s=0 $args[1] %[3]s $args[2..-1] $lastArg" ``` where the references `$args[1]`, `$args[2..-1]` and `$lastArg`...

Maybe use GitHub Actions for the M1 build?

@newren if *a proper signoff* is blocking this from being merged, please feel free to take the patch with whatever needed to get the fix in. After all it's just...

@ljharb I just realized that the test for `nvm_curl_libz_support` assumes that curl can be redefined as a shell function, therefore I'm keeping it as-is.

> so i think that with this PR's change, to keep that test passing, we'd have to make the test instead mock out the PATH and provide an actual fake...