Soichi Takamura
Soichi Takamura
My code: ```js export type ContextTypes = { query: { [string]: string }, }; ``` It is built fine, but when I run on a browser, the error log below...
`make tests` finishes without error. But when I put meaningless lines in `test/js/variables.js` to make its size larger, the test was failed with the following log. ``` [pig@localhost erlang_v8]$ ls...
`yarn create next-app --example with-typescript-graphql with-typescript-graphql-app` is the primary path that users install graphql-let. To avoid regressions, effecting to Next.js example, we should test it.
- [ ] Drop this https://github.com/piglovesyou/graphql-let/blob/bdfde033cf6f64c98d7fb28278862625c9feb004/.github/workflows/nodejs.yml#L13 and support v16 - [ ] ES modules
From https://github.com/piglovesyou/graphql-let/pull/78#issue-401108869 > Ideally it should also be available as a Webpack Loader option. The problem is the command-line execution, but maybe we can get it from `webpack.config.ts`. Reasonable spec...
* https://github.com/YousefED/typescript-json-schema to get JSON schema from `src/lib/config.ts` * Validate when graphql-let loads a user config by https://github.com/tdegrunt/jsonschema This will avoid pitfalls of typos and non-supported options to be specified.
I think react-apollo keeps failing in CI builds. [It's not from this build, but you can see what log builds out](https://travis-ci.org/flow-typed/flow-typed/jobs/491182277#L665). Also, when I locally use flow-typed of `react-apollo` with...
replaceOneById -> replaceOneWithoutId -> KMongoUtil.filterIdToBson -> SerializationClassMappingTypeService::filterIdToBson I think in [this line ](https://github.com/Litote/kmongo/blob/a64be58cf52e42b60e057317ff7ff68d5429ea17/kmongo-serialization-mapping/src/main/kotlin/SerializationClassMappingTypeService.kt#L63-L64), it should access a custom codec registry that a user registered by `MongoCollection::withCodecRegistry(registry)`. Because of this, it...