-
### Description
sdk.gen.ts includes this line:
```ts
import { createClient, createConfig, type OptionsLegacyParser } from '@hey-api/client-fetch';
```
`tsc` fails for me:
```ts
❯ tsc …
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
-
- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues)
---
## Steps to Reproduce
Dependencies:
```json
"dependencies": {
"@ant-design/…
-
### How can we reproduce the crash?
I'll start trying to track down if it's related to any "toLowerCase()" operation in my code, but I haven't pinpointed a reproducible yet.
### Relevant log output
…
-
### Please avoid duplicates
- [X] I checked [all open bugs](https://github.com/nock/nock/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and none of them matched my problem.
### Reproducible test case
A…
-
I was trying to follow two parts of a tutorial for GraphQL Mesh:
1. [OpenAPI / Swagger Source Handlers](https://the-guild.dev/graphql/mesh/v1/source-handlers/openapi)
2. [Local Execution](https://…
-
Isomorphic-fetch is no longer being maintained and is causing a deprecation warning on node v22.11.0 by pulling in punycode.
From the zkapp-cli:
```
> node --trace-deprecation src/bin/index.js pr…
-
The latest SDK is a bit long in the tooth - the node-fetch requirement is dated and in the dependency chain causes a deprecation warning from the yarn package manager.
While that node-fetch packa…
-
Hi,
I'm trying to upgrade the sdk from v3 to v5. When using the `getVisitorHistory` API, the request hangs.
I debugged the flow and it is caused by the cloning of the response. If I edit the code …