Elena Grahovac

Results 70 comments of Elena Grahovac

@AlekSi do you have a vision of what exactly should be done to fix the problem?

How I understand task description: - migration files must support defined name format 'YYYY-MM-DD-HH-mm-[something]' - 'migration version' and 'file name prefix' must be equal Please, explain if it is possible...

@AlekSi I'm afraid, I'm not 100% understand the problem. What is the goal? Is the idea that an external user can set a field in a very "generic" form (`interface{}`)...

@AlekSi thanks! Actually, I was pretty sure that `pq` doesn't support `LastInsertId` at all: > pq does not support the LastInsertId() method of the Result type in database/sql. To return...

@AlekSi what do you mean "never used by reform"? (: https://github.com/go-reform/reform/blob/c8eea006559b6f50a00404d9f81b191da8fd02cc/querier_commands.go#L97

@AlekSi ok, then I agree :) (but, for example, it's not possible to simply remove `SetPK` method from the code generated for the model)

If you work with dates (like time.Time) from reform, you have to add in your model method `afterFind` which will convert time zones etc. Am I right? Maybe it is...

Hi @shekodn, thank you for raising this. You are totally right, this library used to be named as `github.com/Sirupsen/logrus`. Some time ago the `Sirupsen` profile was renamed to `sirupsen` (and...

It works with my current hugo installation (an old one): ``` -> make rm -fr public hugo version Hugo Static Site Generator v0.31.1 darwin/amd64 BuildDate: 2017-11-30T11:44:41+01:00 hugo --theme=golangshow Started building...