Juha Kukkonen

Results 12 issues of Juha Kukkonen

Currently [adjacently tagged](https://serde.rs/enum-representations.html#adjacently-tagged) enums are not supported in `Component` derive. This behaviour would need following tasks do be done. **Tasks:** - [ ] Experiment adjacently tagged enums support capabilities -...

Hello, Typing `` will result `` It works fine, but when renaming the field it doesn not work. When typing `ciwspan` within the `` does not result `` but results...

There is need to unify the existing functionality in `ToSchema` and `IntoParams` code generation implementations. This would establish solid ground for `IntoResponses` implementation when started. **Tasks (not final):** - [...

# Status Some time back, a disaster in family happend, thus forcing me to focus on managing things related to it. In Finland we have the saying "ei onnettomuus kulje...

help wanted

Experiemental actix_web auto-responses from handler return type. There are noticeable drawbacks with the automatic response resolution. And the biggest one is question "How to override response a type that is...

enhancement
Refinement Needed

## Description To streamline further the `utoipa` library and to provide deeper integeration for frameworks like `actix_web`, `axum`, and `rocket` it would be great to be able to automatically recognize...

enhancement

Missing migration from `ToResponse`, `IntoResponses`, `axum_extras` and `rocket_extras`. Resolves #854

Add support for defining multiple operation methods to `#[utoipa::path(...)]` attribte macro as follows. ```rust #[utoipa::path(method(head, get), ...)] async fn path() {} ``` Remove `CONNECT` http method from supported path operation...

enhancement

### Discussed in https://github.com/juhaku/utoipa/discussions/788 Originally posted by **ctron** October 31, 2023 The documented approach I see is: ```rust #[derive(OpenApi)] #[openapi( paths(), components( schemas( foo::Bar, foo::Baz, ) ), )] pub struct...

## Responses poll Currently while I am working on refactoring multiple aspects of the `utoipa` lib for the coming release 5.0.0 this is good place to introduce some improvements to...

question