Ryan Bever

Results 2 issues of Ryan Bever

When a structlog BouldLogger user incorrectly uses a postional argument that is not a formatting tuple, the PositionalArgumentsFormatter raises a TypeError. The [documentation](http://www.structlog.org/en/stable/api.html#structlog.stdlib.PositionalArgumentsFormatter) states that this "must contain a tuple...

# Strict Server mode does not respect optional requestBody ## Description When using strict-server generation mode, the generated code does not properly handle optional request bodies (`required: false`). The generated...