Drew Powers
Drew Powers
Hello! I’m a new user to Nextra but it is hands-down the best React-powered docs solution I’ve run across. I love how quickly it is to get up-and-running with almost...
## Proposal I’d love to see a new composite type that essentially groups an **array of colors** that can be useful for categorical data visualization, e.g.: ```json { "color": {...
**Jan 2025 Update** Cobalt 2.0 beta is nearing release candidate status! It is now only blocked by some inflight changes to [the W3C Design Tokens format](https://www.designtokens.org/) which will block release....
## Changes Tries out lint ratcheting with `--changed`. It’s a neat idea, turning CI from erring on all failures, to **only failing on regressions.** The reason you’d want to catch...
# Plugin Request: Android Would love to also add a plugin to generate Android code from the DTCG format. Is it Java? Flutter? JSON? Who knows! That is up to...
# Plugin Request: Swift / iOS For any Swift/iOS developers, I’d love to assist in making a Cobalt plugin. Doesn’t have to be an official Cobalt plugin. Can be a...
[PenPot](https://penpot.app) is an open-source Figma alternative. Which that alone is worth integrating, but the real win is they support DTCG format out-of-the-box ✨. There wouldn’t even be much work involved;...
Say your endpoint returned entirely different shapes for `200`, `201`, `404`, and `500` responses. The current version of this library would assign `data` to `200`, and `error` to `500`, while...
v7 Preview 🎉
## v7 Preview `openapi-typescript@7` is now in preview! 🎉 The major additions to this library are: - ✨ Built-in validation using the [Redoc CLI](https://redocly.com/docs/cli/commands/lint/) — no more needing an external...
Thank you for the great project @drwpow ! I am trying to migrate to the v7, I only noticed an issue with **nullable enums**. When I run `npx -y openapi-typescript@next...