Yosuke Kurami
Yosuke Kurami
## What Like transient attributes in factory_bot, I'd like to provide feature to define and use arbitrary parameters in fabbrica. ## Background See #244 . ## Points Signature of this...
PoC for #252
Feature like https://github.com/thoughtbot/factory_bot/blob/master/GETTING_STARTED.md#default-callbacks ```ts const PostFactory = definePostFactory({ defaultData: { author: UserFactory, }, onAfterCreate: async (created) => { await something(created); }, }); ``` - `onAfterBuild`, `onBeforeCreate`, `onAfterCreate` is an optional...
Todos
### Investigating - [ ] #42 ### ToDos before publish first version - [x] Auto generate required scalar fields - [x] #10 - [x] #7 - [x] #8 - [x]...
The following error may occur if `@prisma/client` runs in jsdom env: ``` PrismaClient is unable to run in this browser environment, or has been bundled for the browser (running in...
AWS Lambda の Node.js にて microcms-js-sdk を利用しています。 microCMS からのデータ取得時に低頻度で `Network Error. Details: TypeError: fetch failed` エラーとなる現象に直面しています。 このエラーの発生原因そのものは microcms-js-sdk 側の問題ではなくインフラ起因だろうと考えているのですが、事象の深堀りができずに困っています。 Node.js の `fetch` の場合、`error.cause` に根本エラーの情報(e.g. `ENOTFOUND` など) が含まれているため、これをログから確認したいのですが、以下の実装で error.message のみしか参照していないため、詳細情報がわかりません。 https://github.com/microcmsio/microcms-js-sdk/blob/main/src/createClient.ts#L132-L134...
### Is your feature request related to a problem? Please describe. Relay v18.0.0 introduces a new feature "Semantic Non Null", https://relay.dev/docs/guides/semantic-nullability/ > The proposal works by allowing the schema to...
## Description Related #10151 . Added a new option for plugin/typescript-resolvers, `allowSemanticNonNull`. Several GraphQL frameworks work with `@semanticNonNull` schema directive: - https://relay.dev/docs/guides/semantic-nullability/#proposed-solution - https://www.apollographql.com/docs/kotlin/advanced/nullability/#semanticnonnull If `allowSemanticNonNull` option is set to...
This PR is for investigating #896 ``` info Executable Chromium path: /home/runner/.cache/puppeteer/chrome/linux-128.0.6613.86/chrome-linux64/chrome ```