Joe Andaverde
Joe Andaverde
One of the best features of Postgres is the native JSON support. I use it all the time.
Could this project use `go install`? I get nervous being asked to copy/paste a script to run.
I've seen this behavior on 3.x one time. I tried 2.3.2 and have not been able to reproduce the issue of the duplicate route.
Can this diff be guarded behind and env vat to enable? It seems like it’s mainly useful for debugging.
I think the choice here is up to the language design. I think one of the important mentions is that operations on strings is not consistent. Unfortunately, the behavior as...
What’s the current state of mssql? 5 years in the making!
> Before proceeding with this, we need to conclude discussion in the issue to make sure this won't have any negative side effects. > What's the general mood on having...
I'm not a huge fan of being cornered into choosing the version of lodash that I use based on a dependency. Thoughts on removing lodash as a dependency of this...
What if you implemented Scan for a custom type? I did something like this similarly in order to Scan JSONB arrays. For example: ```go type LanguageSlice []string func parseJSONToModel(src interface{},...
I ran into this issue as well. Deleting and creating the service resolved it even without changing the IAM Policy. I had done this many times before without issue. The...