Peter B

Results 4 issues of Peter B

It would be awesome if at least the `main` and `module` values could be overwritten based on the `publishConfig`: https://yarnpkg.com/configuration/manifest/#publishConfig https://classic.yarnpkg.com/en/docs/package-json#toc-publishconfig https://docs.npmjs.com/cli/v6/configuring-npm/package-json#publishconfig The yarn v2 implementation seems to be stricter...

Assuming that clients are unusable after emitting an `error`, the library should make sure, not to return broken connections to the idle pool. Idle clients are dropped already on `error`,...

A suggestion for a new cancellation API (based on the original request in https://github.com/brianc/node-postgres/issues/2774) This query-specific cancellation API only makes sense because the library waits for each query to complete...

Similarly to https://github.com/brianc/node-postgres/issues/3219, `COPY TO` doesn't play nice with `query_timeout`. https://github.com/brianc/node-pg-copy-streams/pull/126 fixed this issue for `COPY FROM`. I've been using this patch for some time now, and it seems to...