myz-dev
myz-dev
Hello everyone, I assume this is a bug, I am not sure: Running `$ npm init @svelte-add/kit@latest` should create a new ready-to-go sveltekit project right? For me this created the...
## Version used openapi-generator version: 7.6.0-SNAPSHOT ## Description The `rust-axum` generator has the following issue: It is smart enough to detect the `format: uuid` specifier in openAPI types and map...
Routes with header parameters with a `format` of `uuid` in the openAPI specification used to cause a compilation error in the resulting Rust Axum code. This commit fixes the issue...
See #18572. ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
As described in #18580 the rust-axum generator has the useful option `disableValidator`. Until now when enabled it skipped calling the validation functions in the generated handler. But it would in...