Duncan Beevers

Results 63 comments of Duncan Beevers

@avaly We got a different set of failures on media-providers with these changes. However, I went ahead and linked my locally-built papr into media-providers and made one simple adjustment. This...

Part of this PR is superseded by https://github.com/openapi-ts/openapi-typescript/pull/2148 I did not include support for `unevaluatedItems`, so this PR is likely worth revisiting once that work lands in order to add...

I was also not really familiar with that `$ref` syntax. It took a bit of digging, but this portion of the $ref is defined by the [JSON Pointer](https://www.rfc-editor.org/rfc/rfc6901) standard. >...

I'm not for this approach. Currently we export consts which reference into the existing types. This PR continues with that approach, layering on a utility type to deal with the...

I think #2051 doesn't address #941 as it expresses the concrete values as const array, and side-steps indexed access. However, the plan is to change the representation to a const...

> @duncanbeevers why don't we base everything on top of the enum? That's a great suggestion for a way to move forward without breaking existing enum export. I'll take a...

The description of how nulls are handled different between OpenAPI 3.0 and 3.1 is accurate. This does indeed appear to be a bug. 🐞 Handling `default` has been a bit...

The maintainers team is looking at this issue and its corresponding PR. Please refrain from adding +1 comments.

This issue is solved in https://github.com/pmndrs/leva/discussions/393#discussioncomment-3881633 and should be closed.

I'm pretty sure the behavior of this test changes when it is transplanted into main. Do you have a suggestion for a different way to check the new behavior? On...