Kazuhisa Hara
Kazuhisa Hara
ref: Red Hat Software Collections Product Life Cycle - Red Hat Customer Portal https://access.redhat.com/support/policy/updates/rhscl
Node.js 10.0.0 has been released. https://nodejs.org/en/blog/release/v10.0.0/ > Supported toolchains > Depending on host platform, the selection of toolchains may vary. > > Unix > GCC 4.9.4 or newer > Clang...
These assumes that `/bin/sh` is `bash` , but in ubuntu the default is `dash` . This script is not POSIX compliant (this is because I was corner‐cutting in the construction...)...
Thank you for letting me know! ooops, As I confirmed [this page](https://aws.amazon.com/architecture/icons/) , it seems that the URL to latest icon set has changed. and, the directory in zip seems...
Hi, @bantaj Compatible with 16.2.22 (4aa6d16) Could you please give it a try?
This script depends on the GNU version of the command. Therefore, I think that it is necessary to install `coreutils` , `gnu-sed` , `gawk` etc using `brew`. or, If you...
Hi, Hmm, its `cp` command seems to be using OS standard instead of `coreutils` . If you want to do with OSX, you probably need to change the `PATH` or...