Results 64 comments of Kurt Wolf

Sounds good. I'll wait for an update from you on the pre-processing approach. `User` and `UserRequest` sound like good names to me. Thinking through this, I'm wondering if the actual...

Yeah, happy to support that. Are you able to create a PR? It should be an easy change modeled on other supported types (chrono, uuid, etc.)

I don't think QueryQs is wired up with actix, only axum. I'm not using actix anymore, so supporting it has been best effort and/or community driven for now. I welcome...

Right now it doesn't, but I'd welcome a PR to implement this. The working fallback is to access/modify the OpenAPI object at runtime.

Thank you. PR welcome for this.

Can you clarify what this PR is doing? I have plenty of code where I use a server::error::{Error, Result}, that has a From and corresponding result, and using the derive...

Hey, really appreciate the comments here. I rarely use the builder logic (except for `.update_partial()`, which is almost all of my update logic), so I'm unbiased about this change. The...

One other note, the Join code is still very alpha (though I increasingly need these APIs, so I'm doing some work to get it over the finish line), so I...