Francis Nepomuceno

Results 10 comments of Francis Nepomuceno

> Related: [ardatan/graphql-tools#3246](https://github.com/ardatan/graphql-tools/issues/3246) Related: [dotansimha/graphql-code-generator#6374 (comment)](https://github.com/dotansimha/graphql-code-generator/issues/6374#issuecomment-888410691) > > Looks like the current solution (for `prisma-loader`) is to lock the package to a specific version that includes the `loaderId()` method that's...

I don't know how much of an effort this is. I've seen libraries like json schema random data generators that don't work with `$defs` and I don't know if the...

Getting this problem too

That's an interesting proposal. I see that [pattern properties](https://json-schema.org/understanding-json-schema/reference/object.html#pattern-properties) take in any regex pattern. Since that's open-ended, we should probably limit to predefined patterns, unless there's a converter that already...

Using this value for columns: `[{ key: 'amount' }]` Renders `` for the cells but just `` for the header

I did find a workaround through settings by passing `headerClass` a function `(_, key) => key`

Thanks for the contribution @nums. Can you lint and add a test?

Curious about this too. Any way to bypass onMenuMouseDown ignoring everything other than left click?

Fixed by https://github.com/MetaMask/metamask-extension/pull/38496