ryenus

Results 75 comments of ryenus

> @clementnuss I think `patch $2 -o -` does not work and `-o` should be removed there. @raQai, thank you! Just that the arguments have to be quoted properly, also...

@mikefarah, possible to revisit this? Any chance to resurrect? This is really helpful in case the input is not strictly json for jq to accept, meanwhile ok for yq. so,...

@lwouis, I was mainly looking around for a CI build which runs on latest macOS and got this one using GitHub Actions. If this happens to address #1241 then I'd...

### Version Information Apache Maven **3.8.4** (9b656c72d54e5bacbed989b64718c159fe39b537) Java version: 1.8.0_312

@newren possible to take a look?

> With these changes, there's only two places `nvm_curl` is needed, which suggests that inlining `command` may be a better choice? > > if we keep `nvm_curl`, we need to...

> Testa are failing on master Looking at the failed test here: https://app.travis-ci.com/github/nvm-sh/nvm/jobs/586754000 > ✗ nvm_list_aliases works with LTS aliases > expected lts/gallium, got >lts/hydrogen< I believe it's because of...

How about this: https://github.com/ryenus/nvm/commit/nvm_curl We can add `nvm_curl` and use it to bypass aliased curl, happy to raise a PR if needed.

> @ryenus that as a PR would be great! altho i don't think we need `nvm_curl`, we can just inline the `command`. Sure, here it is: https://github.com/nvm-sh/nvm/pull/2932 IMHO `nvm_curl` is...