Rick Richardson
Rick Richardson
Would it make sense for this to be expanded to a no-disk mode for the DB? Uses for such a feature would be: * Unit/integration tests of data centric applications...
Also, for custom needs such as authentication for pub/sub, it kind of makes sense to offer a library (or at least an auth plugin system) On Wed, Sep 13, 2017...
> cargo install wash-cli to get wash cargo install is my default choice. I just figured I'd test the Fedora installation. I almost think that because of `cargo install` I'm...
I just found this and, I too, am very interested in 3.1. Is there anything that I can do to help move this along?
> The basic approach is that we have entirely distinct OpenAPI structs for 3.0 and 3.1, plus an enum at the root of the crate to differentiate them. I'm not...
The more I think about it, maybe the `From` is the best approach. So, as you say, just convert at the beginning. With this in mind, we should probably borrow...
@JamesHinshelwood - Are you still available to carry this to victory? If not, I'd be happy to clone your branch and make the necessary changes.
@ahl - I will work on this today. One question regarding Security Schemes: In [The SecuritySchemes Spec](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#security-scheme-object) they casually mention > This object MAY be extended with [Specification Extensions](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#specificationExtensions). How...
One more thing: Regarding upgrades, it seems the most idiomatic approach would be just to impl `TryFrom for v3_1::Foo` (`From`, I'm not sure if they're perfectly compatible) for every type,...
> One more wrinkle for 3.1: the schemars crate seems to be only sporadically maintained. It seems to get a new version every couple of months, it was updated as...