Rémi Kalbe

Results 5 issues of Rémi Kalbe

Say I have the following handler ```rust #[utoipa::path( request_body = request::SomeRequestBody, responses( (status = 200, body = response::SomeResponseBody), ), )] ``` And it is defined like so in the `OpenApiDoc`...

Same issue as https://github.com/juhaku/utoipa/issues/152 but with `body` in `responses` ```rust #[utoipa::path( responses( (status = 200, body = response::WillNotWork), ), )] ``` Tried on master.

enhancement

I'm getting this error: ```crystal Error in macro 'params' /Users/remivillien/Git/Dwoom/dwoom-account-backend-signup/lib/onyx-http/src/onyx-http/endpoint/params.cr:12, line 19: 1. struct Params 2. # This method is used to copy request body if needed. 3. protected def...

It seems like there isn't an option on `Consumer` to set a `negativeAckRedeliveryDelay` or `negativeAckRedeliveryBackoff` > To redeliver messages with different delays, you can use the redelivery backoff mechanism by...

Adding a MapboxView instantly crashes my app on iOS simulator (haven't tried on android). Crash report ``` Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x00007fadc84cff90 Exception Codes: 0x0000000000000001, 0x00007fadc84cff90...