Francesco Guardiani

Results 142 issues of 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

enhancement

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 #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.

api-devex
opsex

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...

admin
opsex

Something like DEBIAN_FRONTEND=noninteractive, that disables all interactiveness in case the env variable is set.

enhancement
good first issue
cli
opsex

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...

good first issue
admin
opsex