Omar Diab

Results 94 issues of Omar Diab

Internally, this library [appears to use an `enableReverseMode()` function to reverse the commands of a migration](https://github.com/salsita/node-pg-migrate/blob/9331f6fda98795e3f3733461f9b71345168b99d8/src/migration-builder.ts#L350) when inferring a `down()` migration. At my company when we revert a change we...

s: pending triage

This command: ``` pgm.addConstraint({schema: "payroll_reports", name: "upload_headers"}, "chk_only_one_header_type", { check: [ `( CASE WHEN paycode_type IS NOT NULL THEN 1 ELSE 0 END + CASE WHEN aggregate_paycode_type IS NOT NULL...

Hi, @vercel/node, which the vercel cli depends on, pins the `undici` version to `5.26.5`, but Dependabot reports a vulnerability with the recommendation to upgrade to `~> 5.28.3`. https://github.com/vercel/vercel/blob/c2d99855ea6132380434ed29643120680f95fad7/packages/node/package.json#L42

Hello, not sure what an elegant solution would be, but I'm finding that I cannot do `mapValues(group(...))` because `mapValues` demands a `Record` whereas `group()` returns a `Partial`. maybe the `mapValues()`...

I didn't see a way to configure log drains via Terraform.

closes https://github.com/Myndex/SAPC-APCA/issues/94

- [the old `list_one.xml` url](https://www.currency-iso.org/dam/downloads/lists/list_one.xml to iso-4217-list-one.xml) is 404'ing. Updated it to the new location. - re-ran the script to get up-to-date data.

I know you're no longer maintaining this, but this would have been perfect for my use case if only references were implemented. Ah well, :+1: for the work! I'll see...

**Is your feature request related to a problem? Please describe.** I am using https://github.com/0no-co/gql.tada which introduces an `@_unmask` directive which isn't in my actual schema. I can't use it without...

Was wondering why the bundle size of this as reported by Bundlephobia appears to be considerably (3x) larger than, say, `big.js`, which handles arbitrary precision arithmetic: * [big-integer](https://bundlephobia.com/[email protected]) * [jsbn](https://bundlephobia.com/[email protected])...