Arda TANRIKULU

Results 362 comments of Arda TANRIKULU

Could you create a PR with this test? Maybe you can try to fix that as well?

Sounds good! Would you create a PR?

Thanks for the PR! Available in the latest version!

Dataloader doesn't use `process.nextTick` already if not available; https://github.com/graphql/dataloader/blob/d336bd15282664e0be4b4a657cb796f09bafbc6b/src/index.js#L240 I think Next.js checks the code and throws an error even if it is not called. I think it needs to...

Hmm you are right. I missed that. Maybe they throw this error when you try to acces the global "process" variable.

Until this, you can check the code; `pubSub` accepts a path to a code file that exports a PubSub implementation based on this interface; https://github.com/Urigo/graphql-mesh/blob/master/packages/types/src/index.ts#L75 The default PubSub implementation can...

Are they preventing you to build the client? If no, you can ignore it.

It depends on your bundler. You can check the bundler's documentation for that.

Ok I'm reopening it but this is not a bug definitely. This has 0 effect on runtime or it doesn't block you from building the project. Maybe we'll find a...

Could you please be more descriptive? Also we don't use Babel 8 in this project