Matthias Zronek

Results 10 comments of Matthias Zronek

This will be fixed with this PR: https://github.com/drwpow/openapi-typescript/pull/1578 @drwpow

@clxandstuff Have you tested it with the latest v7 version? Can we close this?

Have you considered using the apcu_bc extension for backwards compatibility? https://pecl.php.net/package/apcu_bc

Please try it with version 7 and let us know if the problem still arises. The oneOf discriminator support was completely rewritten and does not use Omit anymore.

You need to remove the oneOf from Animal. It is inferred by the inherited discriminator. Please check the unit tests for supported discriminator usages: https://github.com/drwpow/openapi-typescript/blob/main/packages/openapi-typescript/test/discriminators.test.ts

The JSON Schema Project and the OpenAPI Specification do not restrict the usage of circular references. They pass the problem on to the tooling to be solved (a linter or...

Your bug report is not complete. Please provide a minimum example with all necessary schemas. In your case the models are missing.

The OP's problem is not a Typescript issue. The generated type is wrong. If anyone has this problem, please post an example for reproduction.

I needed to install @heroui/react-utils explicitly in the library, that exports my heroui components. This is in a monorepo.

@devjiwonchoi I came across a regression with your PR. When Turbo is enabled, other silenceDeprecations options from next config are ignored. My guess is that your Rust changes do not...