Joe Tsai

Results 341 comments of Joe Tsai

It seems to me that "reflect" is just one possible approach to implementing `mockgen`. Being an implementation detail, that seems to suggest that this detail should (as much as reasonable...

It's still helpful so that we can auto-format the ACL files to use consistent names. It's not critical.

Thanks for the bug report. We'll look into shortly.

I do not work in this team anymore, but I can assure you that this project is not abandonware.

Glad to hear you're able to connect properly. The warning you are getting is entirely normal behavior. I regret using the terminology "database", since it is really just a local...

It seems that there is a slight race with the database update process since the update period is exactly equal to the period at which we consider it to be...

@075KG Some of the recent pull requests should have fixed some of these issues.

> I think it's fine to return false. Seems a bit counter-intuitive that: ```go x := reflect.ValueOf([]int{1, 2, 3}) x.Equal(x) // reports false ``` It's unfortunate to lose the reflexive...

Isn't `Value.CanEqual` more or less identical to `Value.Comparable`?