Arda TANRIKULU

Results 597 comments of Arda TANRIKULU

@jeengbe Unit tests are failing :)

I think this is intentional. The idea is not to expose any detail about an unexpected error. You can configure error masking on your own if you want to expose...

That issue you created is not related to Node 16 support. Currently we don't need to drop Node 16, so we are planning to drop it soon.

It looks like a bug in ESBuild on your compile time not a runtime issue https://github.com/ardatan/graphql-tools/blob/master/packages/utils/src/debugTimer.ts#L4 If you think it is a runtime issue, could you create a reproduction on...

Thank you for the PR. I spent a lot of time on debugging but I got stuck unfortunately. I'd love to get your help to fix it :)

Thank you @tlivings !

Why would we make it case insensitive? Why don't we solve the issue directly? If identifier name is lowercased in somewhere, let's remove that instead.

Thanks for the PR! Is there anything we can help you to get this finished? @asodeur

Sorry for late review :) After our recent changes, I think the test case you provided seems passing! Let us know if you have any further issues!