Typedef
Typedef
Response type for `GET /repos/{owner}/{repo}/events` missing `ref` and `commits` type for PushEvents
**What happened?** I'm getting the recent commits from a branch through `GET /repos/{owner}/{repo}/events`, I'm filtering commits that were committed to the main branch and getting the latest one. It looks...
It may be worth considering adding the ability to set vector IDs through `PineconeStore.fromDocuments`. Currently, it is impossible to fetch vectors from Pinecone's dashboard without knowing the ID. Upon inspection,...
**Is your feature request related to a problem? Please describe.** JavaScript support is currently not available. **Describe the solution you'd like** I would like to request JavaScript support. **Describe alternatives...
 To fix: please add it on `WooRestApiEndpoint` type. --- Temporary fix: const orderRes = await api.post("orders/batch" as WooRestApiEndpoint, input.data);
I'm using "@rollup/plugin-typescript": "^12.1.2" and "ts-patch": "^3.3.0" Getting this error: ``` [!] TypeError: Cannot read properties of undefined (reading 'fileExists') TypeError: Cannot read properties of undefined (reading 'fileExists') at getTsConfigPath...