-
### 🔍 Search Terms
Example:
```ts
const languages = ['de', 'en', 'fr'] as const;
type Language = (typeof languages)[number];
const fallback = 'lorem';
const customByLanguage = {
de: 'ipsum',
} …
-
### Describe the bug
When a contract defines a DELETE endpoint with no body (#669), the corresponding request handler results in a type of `never`.
### How to reproduce
1. Define contract with DELE…
-
### Describe the bug
Seems like eslint-plugin-query is not working with vanilla JS apps.
Did some digging and it seems like in `/utils/detect-react-query-imports.ts` -> `detectionInstructions` it s…
-
npx next-rest-framework validate is not working
"custom-generate-openapi": "npx tsx ./scripts/custom-generate-openapi.ts",
```
import { generate } from 'next-rest-framework/dist/cli/generate';…
-
### Describe the issue
I see the required mark in the AWS APIs is misleading/not correct, when someone refer them only to invoke the API.
Example:
For the API: AuthorizeSecurityGroupEgressCommand…
-
EnvVarError: env-var: "HLF_CONNECTION_PROFILE_ORG1" is a required variable, but it was not set. An example of a valid value would be: {"name":"test-network-org1","version":"1.0.0","client":{"organizat…
-
**Describe the bug**
It's not possible to detect the nonexistance of [stock trade condition](https://polygon.io/docs/stocks/get_v3_reference_conditions) "update rules". This is necessary for conditio…
-
### Is your feature request related to a problem? Please describe.
Hi guys!
I noticed that typings on REST methods could be improved to make it simpler to use
let's take latest typings for `pos…
-
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have searched existing issues to ensure the bug has not already been reported
### Mongoose version
8.8.2
### Node.js versi…
-
### 🔍 Search Terms
dynamic import constant string infer type any
### âś… Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change…