Rick Riensche

Results 10 issues of Rick Riensche

Ran across this behavior when trying to determine the `dump_only` fields in a given `Schema`. If the `Schema` defines `dump_only` fields via the `Meta` class approach, it works as expected,...

Currently (technically, when 2.0.1 is merged and released) it is possible to opt in to response validation at the schema level by inclusion of `RequireOnDumpMixin. While this works, a more...

When we're ready for a breaking-change release, we may want to revisit overall "namespace" type considerations (ref #86). Would be good to explore and determine if there's a nice clean...

triaged
icebox

ref https://github.com/plangrid/flask-rebar/discussions/236

triaged

A few potential gotchas were raised in the review of #153 - none critical enough to prevent merging that PR to reap the benefits, but may be good to go...

v2.1

https://github.com/plangrid/flask-rebar/blob/master/flask_rebar/rebar.py#L123-L131 If an app uses multiple authenticators, we use a "first past the post" approach - authenticators will do their thing until one succeeds. If NONE of them succeed, the...

enhancement
v2.1
error-handling

It might be worth making a more general method to handle bumping up a list of properties from the `jsonschema` to the `parameter`. Looking over the 2.0/3.0.2 differences if we...

enhancement
triaged
swagger-generation

So in the course of releasing 1.12 this evening I ran into a little snag.. PyYAML (which we were getting as a transient requirement of another library) after version 5.2...

question

At least, document this (favor use of `QueryParamList` or `CommaSeparatedList` At best, build in native support for `fields.List` (prob with same behavior as `QueryParamList`)

triaged

Following up on recent PRs, figured I would open an Issue for now where we can kick some ideas around on the topic of content negotiation. A few quick thoughts...

enhancement
question