adrianhelvikspond

Results 3 issues of adrianhelvikspond

This produces type definitions that aren't compatible with the typescript-axios client: ```openapi someField: uniqueItems: true type: array items: type: string ``` My fix serialises of `Set`s into arrays and `Map`s...

### What is the type of issue? _No response_ ### What is the issue? After upgrading I got this message: ``` ❯ bun upgrade Bun v1.1.20 is out! You're on...

docs

This fixes the probles with #17790 by only changing object literals and null prototype objects. This fixes #11746 --- This produces type definitions that aren't compatible with the typescript-axios client:...