Roman Chyla
Roman Chyla
Here is a workaround (for people who search for this issue): ``` git fetch git checkout --ours -- git diff origin/master -- ``` this will help you 1) restore the...
was facing the same issue (v2.0.33), on OpenWrt disabling IPv6 solved it: ``` 'sysctl -w net.ipv6.conf.all.disable_ipv6=1', 'echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6', 'sysctl -w net.ipv6.conf.default.disable_ipv6=1'```
I tried testing it against previous releases (2.0--2.5) and got the same results. Maybe the behaviour was always there -- however, I only discovered it while debugging a deployment, which...
Thank you @Fizzadar for the detailed example, it helps a lot. Though what do you think about this? ``` @deploy("") def do(_sudo=True): click.secho(host.get_fact(Home), fg="yellow") extensions() @deploy("") def extensions(): click.secho(host.get_fact(Home), fg="yellow")...
Hi Catherine, your extension is really great. Thank you! Please see ifyou can find a moment to apply this PR. The warning doesn't look very nice in the notebook
hmm, interesting, it points out shortcomings in my setup - it was a quick hack, but I take it is not good - i'll look into it...
OK, so actually the script installs solrmeter, if you pass -j (or -a argument) I've tested it against solr 4.10 and it worked, here is my invocation: ``` solrjmeter.py -a...
Hi Victor, Pls use the python3 branch, it had some of the changes that you suggested previously; i also added the --no-proxy and new timeout there was a hardcoded limit...
Thank you for the report, i've just fixed it and pushed new branch python3 - not having too much time to test it myself, would you mind trying it?