Schplitt
Schplitt
### Describe the bug Due to the debounced ref introduced in #512, the canvas only renders once the resize animation has finished.  How it's supposed to work ![Fixed...
## Motivation I have some types that are similar to a very deeply nested property. Currently, I have to go out of my way to redefine that type for each...
### Description Hello, I am currently working with multiple API clients and `openapi-ts` is a godsend for me. My project involves a multitenancy setup, where each client needs a distinct...
I have tried Paris and Frankfurt Airport ICAO and IATA. But nothing came up?
### Describe the feature I would really want to use this tool to create the changelog of my projects stored in azure. It works great out of the box with...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...
### Describe the change Hi! The Cloudflare adapter for crossws has a method (`handleDurableInit`) that takes the Durable Object state, but there's no example or real implementation showing how to...
## Feature description Add support for Zod v4 registries and JSDoc annotations to generate schema metadata (descriptions and examples). With Zod v4's new registry system and the `.metadata()` API, it...
Resolves #660 This is the discussed solution for typed options and would replace PR #661 and should be a very good fit with #610. A Driver can specify a `Driver`...
Implements support for typed options from driver. Resolves #660 So I think I better explain what is going on here. I added an optional type argument for the drivers to...