Kirby Rs
Kirby Rs
I got the same error. ``` $ bash --version GNU bash, version 4.2.46(1)-release (x86_64-redhat-linux-gnu) ```
Is this project died? This issue have been opened since the beginning of this year (2016). More than two years ago were commits. There are lots of push requests.
I got this. It's clear now. thx!
Yeah, it would be great to have it.
Guys, has this feature been released?... I'm getting an error on set `default:` ``` /.../ruby-2.5.1/lib/.../cri-2.15.0/lib/cri/command_dsl.rb:173:in `param': unknown keyword: default (ArgumentError) ``` UPD... Yeah, I guess not, here are no commits...
`version_compare` works properly. ``` array_walk($versions, 'trim'); usort($versions, 'version_compare'); ```
Not yet...
I was using GIT bash for Windows (2.x). Now I use `git version 2.16.2.windows.1` (PortableGit-2.16.2-64-bit). I've tried to use `make` binaries: https://sourceforge.net/projects/ezwinports/files/make-4.2.1-without-guile-w32-bin.zip/download Seem, it can be installed. But still doesn't...
My case: ``` $ clasp login --creds .clasprc.json Warning: You seem to already be logged in *locally*. You have a ./.clasprc.json Logging in locally… Authorizing with the following scopes: https://www.googleapis.com/auth/script.container.ui...
Another question: How `options.creds.installed` shall be defined in a local credentials file? It is mentioned in: https://github.com/google/clasp/blame/e851215b8abe4de282c62c4d61076c85e89a56ba/src/auth.ts#L113 I don't see any way to generate such `.clasprc.json` with `installed` property.