Francesco Guardiani
Francesco Guardiani
This issue is intended to collect thoughts about an eventual `discriminator` support. https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#schemaObject
I've got the swagger spec like this: ``` paths: /users/{query}: (get, put, delete) /users/findUser: (get) /users/newUser: (post) ``` **The paths are defined in this order.** After the implementation of handlers,...
Hi, It would be nice to have some procedural macro to simplify the user experience for: * extracting the state from the context * generate the main, avoiding the boilerplate...
Fix #1495 and #1494
Fix #1513. This implements the new promises api in the service-protocol
We have now the ability to mark some services as ingress private, but not individual methods.
We should consider replacing the admin rest interface with gRPC/Connect. Reasons: * The OpenAPI code generation tooling for our admin rest api is currently broken, and so far we couldn't...
Something like DEBIAN_FRONTEND=noninteractive, that disables all interactiveness in case the env variable is set.
Allow to issue a cancel/kill command and retry immediately after the kill/cancel happened. This can be useful in many situations, e.g.: * You want to retain invocation ordering on keyed...