Denis Badurina
Denis Badurina
**Reproduction** Repro can be found here: https://github.com/enisdenjo/node-fetch-stuck-stream. See [`test.js`](https://github.com/enisdenjo/node-fetch-stuck-stream/blob/master/test.js) for reproduction steps. See [this run](https://github.com/enisdenjo/node-fetch-stuck-stream/runs/7378062990?check_suite_focus=true) for failing test. **Expected behavior** Response body iterator should break (preferably throw) when server goes...
This is a **feature** request. Filepond with `allowMultiple=false` displays no error at all if multiple items are drag-and-dropped. They just disappear without any feedback. The user will end up blaming...
### Describe the bug Whenever the search params in the URL change, the `const match = useMatch()` hook re-renders but does **not** update the `match.search`. Not sure if this behaviour...
This PR encapsulates [graphql-http](https://github.com/enisdenjo/graphql-http) integration, adjustments to comply with the spec and my take on graphql-yoga following my investigation and current understanding. Please note that this PR is a **proposal**...
Seems like with #128 we no longer can reference other treat files from within treat files. I actually depended on this behaviour in various places, one of them being special...
Asked: https://github.com/enisdenjo/graphql-ws/discussions/383#discussioncomment-3363137. Currently the tests are failing because the `ws` protocol is not supported as a graphql handler's endpoint.
Continuation task of #4040. Currently the WebSocket `connectionParams` are spread to request headers and passed through the `extensions` field of GraphQL request parameters. This is a tad confusing, see https://github.com/Urigo/graphql-mesh/issues/4040#issuecomment-1214938039....
All integration test suites which should skip leak detection have `.noleak.` appended to its filename. - `mytest.spec.ts` leak detection enabled - `mytest.spec.noleak.ts` leak detection disabled This breaks passing in jest...
Follow-up task #1782 [Pothos documentation recommends Yoga](https://pothos-graphql.dev/), update it to use v3 once officially released.
feat: `perform` function that does parsing, validation, context assembly and execution/subscription
Closes #1493 Necessary for #1490 ### `perform` function usage ```ts const { perform } = getEnveloped({ initial: 'ctx' }); const { operationName, query, variables } = JSON.parse(payload); // Will never...