Yann Salaün
Yann Salaün
I do confirm that the issue still exists with the latest release of github.com/redis/go-redis. The following program should print the following output but it doesn't. ``` watch foo: OK set...
We have the same problem with `sql.Null*` types. This is the code that make it work in go-pg : https://github.com/go-pg/pg/blob/v10.10.7/orm/model_table_many.go#L50-L51 There is a map from foreign key values to loaded...
I have created a PR to fix this issue: https://github.com/go-playground/validator/pull/1041 I chose to implement this behavior : > Unique or nil: Any occurrence of the "unique" pointer field can have...