varun jayaraman

Results 4 issues of varun jayaraman

So it seems that the factory pattern isn't used much in Angular 2, and this styleguide advises against using `.factory()` to create dependencies. There seems to be little info here...

### What happened? I'm trying to use `go run` to execute `gqlgen init` as opposed to using a `tools.go` file, as I honestly prefer that approach, but receive the following...

The `SetTable` function is problematic if you have parallel go tests that spin up a new database and run the migrations on each individual one. It fails the go race...

## Description I've discovered that timestamps are escaped differently in Go 1.20. This may not be a huge issue, but if you do snapshot testing and test against the validation...