David Archibald
David Archibald
This snippet fails: ```go type Person struct { NameFirst string `db:"name_first"` NameLast string `db:"name_last"` } type EmbeddedPerson struct { Person `db:""` } var people [][]EmbeddedPerson err = pgxscan.Select( context.Background(), conn,...
I discovered a panic through a test where the `Info` was missing. I understand it's a required field but I would have expected an error from the loader, not a...
### Describe the bug `tsc` ignores errors in folders named `internal` in dependencies at a minimum. There may be more situations in which it ignores errors and it seems that...
This is based off of a real issue I faced; I was getting lints for files in node_modules, specifically in `.ts` files that I can't change anyways. It also doesn't...