Sam Newman

Results 5 comments of Sam Newman

@sheepsteak it might be possible if the `babel/polyfill` is applied to the module calling `injectr(..)` and that passes in the current `global` as the context e.g. ``` javascript const someModule...

another issue i want to add to this thread an issue i've encountered in the code, the _patchConstructor https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-instrumentation-fetch/src/fetch.ts#L295-L405 it seems a conscious choice was made to explicitly ignore the...

Found this problem this morning

Should i create a new issue specifically for batch request support? I have made a stab at a first implementation of the standard behaviour that apollo and other implementations have...

I have come accross this issue also... i narrowed it down to this bit of code https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/src/visitor.ts#L358