ewolz3

Results 6 comments of ewolz3

> Can you provide more details what you need? Are you aware of DataClassJson.schema().loads()? This doesn't work if I want to work with camelCase JSON. Even though I define my...

I'm running into the same issue. I'm trying to use the marshmallow schema that gets generated by dataclass_json to validate user input and catch a marshmallow ValidationError when the request...

Reading https://github.com/openzipkin/b3-propagation further, it doesn't seem like the b3 header should be necessary for `B3MultiFormat at all`. I would expect this to only be used for `B3SingleFormat`.

@ColeSiegelTR - It's not been a major blocking issue in my environment (all 3 headers are getting set by Cloud Foundry), but it was unexpected behavior I encountered in unit...

@p1c2u > Hi @allcaps > Discriminator does not affect on validation process itself. It's just "hinting" for validation tools. > > https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#discriminator-object I don't think that is strictly true. For...

I'm not an expert on Flask internals, but my understanding is that Blueprints and App Factories are two separate concepts that often go hand-in-hand (i.e., you will often use Blueprints...