Alexey Vilenski
Alexey Vilenski
Hi! My goresty client configuration: ``` resty.NewWithClient(&http.Client{ Timeout: httpTimeout, }).SetHostURL(""). SetRetryCount(3). SetRetryMaxWaitTime(time.Second * 60). SetRetryWaitTime(time.Second * 60). AddRetryCondition(func(r *resty.Response, err error) bool { return r.StatusCode() == http.StatusTooManyRequests }), ``` I...
Hi! I see errors ``` decoding response: json: cannot unmarshal string into Go struct field graphResponse.Errors of type graphql.graphErr ``` So, how I can easily print raw response without changing...
### What happened? I tried to generate enum, but one value after generation seems non-convenient :) Interesting that it only occurred with `SLACK` value. I've used bunch of other names...
Hi, I've noticed that upon running `docker run --rm -v "$PWD/layer":/lambda/opt lambci/yumda:2 yum install -y clamav openssl` command next files are not transferred from `lib64` folder to output `lib` folder:...