Schplitt

Results 11 issues of Schplitt

### Describe the bug Due to the debounced ref introduced in #512, the canvas only renders once the resize animation has finished. ![Render issue](https://github.com/user-attachments/assets/4aca9b54-4843-441d-926d-58f9ecc9fb51) How it's supposed to work ![Fixed...

bug
p3-minor-bug

## 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...

feature 🚀

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...

enhancement

### 🔗 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...

documentation

## 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...