Matt Bishop

Results 78 comments of Matt Bishop

OpenAPI has an overlay spec they are working on here: https://github.com/OAI/OpenAPI-Specification/blob/master/proposals/004_Overlays.md

I agree this would be a really useful feature as right now we all have to maintain the states/provinces ourselves. They could be enums, but not just one enum. I...

Perhaps node-fetch should use CJS for the codebase but provide an MJS file that exports the API for ESM users? This would support those use cases that need ESM (like...

Wow I had no idea it was so complicated! I guess you can’t just kill the tcp connection on abort? — Matt Bishop > On Jul 20, 2022, at 11:26...

+1 This should be an easy one to merge, and it breaks the build for git-crypt on MacPorts and probably Brew.

@charsleysa why does this PR have the docker file changes?

👍 I am using numerous concurrent queries and I see similar behaviour. `postgres` 3.3.2, Postgres 13, node 18.

I test this issue with every release, and it is still present in v3.4.2

I am converting a TypeScript project to ESM now (too many libs are deprecating CJS this year, need to move ahead), and node-postgres is wonky for sure. I have to...

I think this is related to #43 and #36.