Drew Powers

Results 459 comments of Drew Powers

note: pnpm can be bumped to latest; just takes updating `packageManager` with it

So the fetch mechanism _technically_ changed from 6.x to 7.x, but only in that it moved from undici to [node-fetch via Redocly](https://github.com/Redocly/redocly-cli/blob/main/packages/core/src/utils.ts#L62). Redocly is a very widely-used tool though, and...

Thank you for this fix! I’d accept this change if you also **added a test** that was failing before your fix, and passes with. Also be sure to add a...

Looks good! But I see we have a type error in the tests we should probably fix in `openapi-fetch/index.d.ts`.

Closing just to clean up open PRs, but we’ll accept this exactly as-written if tests are added. Feel free to reopen with tests (or for anyone else following, feel free...

This seems reasonable! I’d welcome a PR for this

This approach looks good to me, and good test! But before we merge, we’ll want to: 1. Use the merged/normalized headers like the comment mentioned 2. Add a `patch` **changeset**...

@obulat Still willing to accept this PR with the changes mentioned!

Oh no worries at all; the maintainers and I all had individual things come up that made reviews earlier in the year slower than we’d like too. Thanks again for...

I haven’t gotten to the root of “why” this is happening in msw (I’m not familiar with its internals). But `createClient()` is basically instant. It does no “work” other than...