Ernesto Alejo

Results 5 issues of Ernesto Alejo

Steps: 1. I click `Use your GitHub account to authenticate so you can manage your Auth-Key.` 2. I click the Github black button inside the Auth0 login widget. 3. I...

There a correct query in [one method](https://github.com/mattes/migrate/blob/master/database/mysql/mysql.go#L259); but in the [next one](https://github.com/mattes/migrate/blob/master/database/mysql/mysql.go#L297) the same query is using the wrong quotes. The result is a syntax error: ``` Error 1064: You...

A method to add breadcrumbs before capturing the error.

I'm using Vagrant, and it frequently has a lot of problems keeping the correct time. This means sometimes I modify a file at 16:16 when time.Now() keeps saying it's 16:12...

This is more an open question to discuss it. Should the library convert to lowercase [common initialisms](https://github.com/golang/lint/blob/2eee63064bb1b42b2ebe26326a01a4b71a563ed9/lint.go#L688) when they are at the start of a field name? Right now it...