Fabian Bühler
Fabian Bühler
I'd like to suggest another way of documenting request-reply messages: Instead of Documenting them on the request message (or seperately on the channel) moving the Documentation to the replies can...
Flask does not forward exceptions from error handlers to other error handlers again (all exceptions default to a 500 http error for the request). This is probably to avoid infinite...
How should this interact with operation traits that specify a message? Only allowing references to messages in a specific channel for them would limit their reusability.
@derberg I am talking about an `operationTrait` object that can "contain any property from the [Operation Object](https://www.asyncapi.com/docs/reference/specification/v3.0.0-next-major-spec.16#operationObject), except the action, channel and traits" (as per current pre release spec). I...
The `Nested` field only uses the value of the attribute and not the whole object when marshalling with the nested model. Probably the easiest solution is to subclass the `Nested`...
This is because the winery clones the workspace repository as a shallow clone. To get a full git repository use the following commands: ```bash # go into workspace cd /var/repository/workspace...