Jan Seidl
Jan Seidl
Hi, I had thoughts about generics - but I only read this article https://planetscale.com/blog/generics-can-make-your-go-code-slower, and that doesn't sound like I want to add generics everywhere without a deeper analysis of...
Hi @clook `OnRetry` happening between a failed try. Look at the code https://github.com/avast/retry-go/blob/master/retry.go#L123.
Sorry @clook, I don't understand well what's wrong? If you see to this test https://github.com/avast/retry-go/blob/master/retry_test.go#L13 you can see `OnRetry` function is called each retry. Can you please send your minimal...
I agree. It's a bug.
I find this [stackoverflow question](http://stackoverflow.com/questions/1617058/ok-to-skip-slash-before-query-string) about query string without slash... I know this is incorrect case, but marathon-lb could be this incorrect case handling.... thanks...
Please take a look at #91 and tell us what you think. thank you
Thanks for the PR. The change have to be done in the `.godocdown.tmpl` file
Thanks for you contribution
some problem centos 7 ruby 2.0.0p353
I did this by nginx configuration ``` server { listen *:443 ssl; server_name PINTO_SERVER_URL; ssl on; ssl_certificate /etc/nginx/pinto.crt; ssl_certificate_key /etc/nginx/pinto.key; ssl_client_certificate /etc/nginx/pinto.crt; ssl_verify_client on; index index.html index.htm index.php; access_log /var/log/nginx/ssl-PINTO_SERVER_URL.access.log...