Duncan Beevers

Results 63 comments of Duncan Beevers

I've been poking at this implementation in order to fix this bug and came across what I think is unexpected behavior, making it impossible to generate heterogeneous array types. Given...

> It’s strange, but there is some evidence to suggest this is valid, believe it or not (also https://github.com/openapi-ts/openapi-typescript/issues/1011 was one of the issues that led to the deeper rewrite...

I've written utilities for gathering the BigQuery dataset schemas, and for generating TypeScript interfaces from those schemas [here](https://gist.github.com/duncanbeevers/23c96722a5ce7fa8eee0796f012e0814), which could serve as a starting point for `bigquery-schema-cli`.

This is related to the way that $refs are handled in a very naive way. [This PR](https://github.com/openapi-ts/openapi-typescript/pull/2185) is a step towards aligning the meaning of the JSON Pointer with the...

Are you generating the types using the openapi-typescript CLI, or with the node.js interface?

There are a few things going on here, so I'll shoot some feedback and you can let me know if I'm getting warm. First, `sound` is never defined as a...

Yeah, there's definitely something different going on with that `discriminator`. I'll discuss with the other maintainers and see if we can arrive at a good understanding and solution. Thanks for...

Quick update… At today's [TSC meeting](https://github.com/OAI/OpenAPI-Specification/issues/4354) there was some discussion around `discriminator`; specifically a bit of work has gone into allowing the property to which the discriminator refers to be...

In some work projects, I've found it really nice to generate and host dogfood builds for PRs like this (eg; hosted, generated assets.) It makes it really easy for reviewers...

Closing this issue. I'm going to re-run the publish action so that we get the full set of Github actions results.