codenomnom
codenomnom
**Summary** As of now, the definition of each status name looks like this: ```ts readonly '100_NAME': string; ``` Can it be explicit, like: ```ts readonly '100_NAME': 'CONTINUE'; ``` **Motivation** The...
### Clear and concise description of the problem Hi there, I'm experiencing issues while trying to setup Unplugin Icons in a Next.js project (15.0.1) that uses `turbopack`. It seems that...
### 🚀 Prepare for React 19 support I know it's a bit early, and the latest React 19 is still a RC, but things are moving on, Next released v15...
### What happens? I have one schema extend another (with a typical `allOf`), but only the first description is shown: ```yaml components: schemas: UserBase: type: object description: Base user information...