Mikko Häkkinen

Results 3 issues of Mikko Häkkinen

Hello! ## Prerequisites PostgreSQL database, a table and a related model with updatedAt timestamp. ## Description While debugging an issue I'm having with a transaction and create/update (likely my fault)...

s: triage

For me the patch-package fails only on GitHub Travis CI but works locally. Using v8.0.0, yarn 1.22.22, node 22. It would be great if there were more verbose errors including...

See docs page https://www.chaijs.com/plugins/chai-http/ . Example under _Application / Server_: ``` const requester = request.Request(app).keepOpen() ``` I believe that should be ("Works for me!"): ``` const requester = request.agent(app).keepOpen() ```...