Ravi Shankar

Results 84 comments of Ravi Shankar

We now support `NaiveDateTime` (when `datetime` feature is enabled) and `UUID` (when `uid` feature is enabled). I'm moving the macro work to next release.

@FFdhorkin I already have a [test for `Uuid` and `DateTime`](https://github.com/wafflespeanut/paperclip/blob/master/tests/test_app.rs#L40-L41) in tree. I just ran the tests in my system and it worked fine. So, 1. What version of nightly...

One last thing. Can you try setting up a new Rust project with `actix-web` and try compiling and running a [simple example](https://gist.github.com/wafflespeanut/01908e76aa94f1d5b83980e979a2216c) with `uuid` crate? The linked example returns me...

> While it's not feature complete, you can rely on it to not break your actix-web flow. What I meant by this is that if your actix-web code is replaced...

Swagger (OAPI 2.0) does not support cookie authentication, so this will have to wait until we move to OAPI 3.0 😕

Thanks! I still have to open a great deal of issues. Slowly progressing :smile:

I thought I could add some of v3 features (including this) to v2 through extensions, but 0.4.0 has already taken an awful lot of time. I'm now moving this to...

I'm really happy to hear that you want to work on this, but I only have one solution as of now, and I think it's gonna be a lot of...

Yes, there wasn't an issue until now. #177 :sweat_smile:

Even though OpenAPI doesn't have proper `enum` support (it only supports simple enums with known values), swagger does support an array of enums (through `items` field). For example: ```js {...