Hyeonsoo Lee
Results
2
issues of
Hyeonsoo Lee
inject HttpAdapterHost to AllExceptionsFilter fix https://github.com/nestjs/nest/issues/8978 ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md ## PR Type...
I am using a PostgreSQL library called [pg](https://github.com/go-pg/pg) in Go. I discovered a common error occurring in **pgcat**, similar to what happens with another DB pooler, **PgBouncer**. ``` pq: unnamed...