Merlin Ran
Merlin Ran
@niemeyer I captured packets and found it may relate to TLS deployment of gopkg.in. See attached pcap file. [gopkg.in.pcap.zip](https://github.com/niemeyer/gopkg/files/759837/gopkg.in.pcap.zip) I tried following command sequence: ``` ~/.glide/cache/src/https-gopkg.in-redis.v5 ((HEAD detached at 8829ddc))...
Cool @niemeyer I never thought running it locally can be so easy. I've been using Let's Encrypt a lot, will try to figure out On Wed, 8 Feb 2017 at...
Finally have time to get it running on one of my test server. `curl -vLk https://xxx` causes: ``` 2017/02/14 10:18:15 http: TLS handshake error from : acme/autocert: missing server name...
@justlaputa You may try `GIT_CURL_VERBOSE=1 GIT_TRACE=1 git ...` to see what exactly happens
So it looks exactly what will happen if you `curl -vLk https://gopkg.in/fatih/pool.v2`, in other words, the `http.sslVerify` is still false for some reason. Please see my experiment above https://github.com/niemeyer/gopkg/issues/49#issuecomment-278242415
Same here with `codecov/codecov-action@v2`, see full log at https://github.com/merlinran/acorn-precision-farming-rover/runs/4453816306?check_suite_focus=true#step:5:10 . `codecov/codecov-action@v1` runs fine([log](https://github.com/merlinran/acorn-precision-farming-rover/runs/4453988730?check_suite_focus=true#step:5:63)).
Some sort of build automation seems useful to, for example, rebuild the docker image automatically before running simulation if any of the `requirements.txt` gets changed, or some other guy updating...
Some thoughts on communication in the large. A robot needs to communicate with either the server / control application, other robots in the fleet, or optionally, 3rd party services, directly...
You have to use `ACORN_NAMES='a b c' make simulation` (or simply `make simulation` if only one is needed) now since `docker-compose-simulation.yml` becomes a template to be able to launch more...
As for the robot details, now with support to multiple robots, there's a chance that none of the robots are selected, which currently just hides the details and show the...