Andrey Chernykh
Andrey Chernykh
I am trying to use govalidator in one of my projects but struggling to implement validator for password confirmation: ```go type UserForm struct { Email string `valid:"required,email"` Password string `valid:"required,confirmation(PasswordConfirmation)"`...
When stopping thin with `bundle exec thin stop -f`, it sets timeout to 0 and if process does not die on `SIGINT`, it will never send `SIGKILL` because it waits...
I've discovered this problem when running latest moped:master with thin server in threaded mode (`--threaded`). We have one Mongo server and when it goes down for a few secs, some...
It does not triggering the success event in the Firfox because of the JSON data type. The nginx returns: new Object({ 'state' : 'uploading', 'received' : 72437, 'size' : 56476961...