Borys Borysenko
Borys Borysenko
It looks like that in this case we also have to add `import util/log`: ``` ++(exception.sh:33): command_not_found_handle(): [[ ls /root2 = \(\ \s\e\t\ \-*\;\ \t\r\u\e* ]] ++(exception.sh:38): command_not_found_handle(): Exception::CustomCommandHandler ls...
It raises `NotImplementedError` on macOS where `sem_getvalue()` is not implemented: ``` [05/Jun/2020 00:11:24] File "safaribooks.py", line 1098, in SafariBooks(args_parsed) File "safaribooks.py", line 392, in __init__ self.collect_css() File "safaribooks.py", line 899,...
``` sup production bash
Just in few minutes later I realized that it can be done in this way: ``` $ GCLOUD_INSTANCE_NAME=loadtesing-master sup -e GCLOUD_INSTANCE_NAME=loadtesing-master ``` But in this case I have to specify...
Sorry, but no. Have to learn golang before ...
It's due to fact that become hardcoded to True: https://github.com/spencergibb/battleschool/blob/master/lib/battleschool/main.py#L231
Hi @spencergibb, sorry me for delay too. For the moment all tasks are forced to run via sudo, but actually most of them don't require root sudo. Instead we have...
Like @mhfs [strategy](#issuecomment-366004936) but with one merge: ``` locals { env = { defaults = { project_name = "project_default" region_name = "region-default" } staging = { project_name = "project-staging" }...
json-1.7.7 is not compatible with 2.2.0. More details [here](https://github.com/flori/json/issues/229). As workaround you can install Ruby 2.1.x via RVM