José Nieto
José Nieto
I located a bit of code in `glacier/glaciercorecalls.py` that seems to try to upload again in case of a timeout, but it's commented out: ``` python ## retries = 0...
In order to finish my upload (~200GB), I had to put it in a loop: ``` sh while true; do glacier-cmd upload my-vault /foo/bar.tar.gpg --description="FOO BAR" --uploadid=MY_UPLOAD_ID; sleep 600; done...
Acá también vendría genial tener íconos:  El texto casi no se ve y la única acción es mostrar el mapa.
Otro caso de listados que no se ven como listas: 
Closed by https://github.com/pressly/imgry/pull/9?
Hello @meticulo3366, It's ok to be new in something :). This is some old code and the import paths don't work anymore, the `shooter.io/bullet` import path should really point to...
An update: https://github.com/go-fsnotify/fsnotify/releases/tag/v1.1.0
Hey @hickscorp, we basically leave our parsing to https://github.com/russross/blackfriday. According to https://github.com/russross/blackfriday/issues/192, this is supported by https://github.com/russross/blackfriday#other-renderers, in particular by https://godoc.org/github.com/shurcooL/github_flavored_markdown. Would you like to test how github_flavored_markdown performs against...
Great topic @iliacimpoes, I remember that `driver.BadConnection` was something that was difficult for the connection pool to recover from, the `Ping` here prevented `driver.BadConnection` errors. > We have a problem...
The only way I have managed to reproduce this issue is by using this code: ```go func TestIssue469_BadConnection(t *testing.T) { sess := mustOpen() // Ask the MySQL server to disconnect...