Hanno Stehling
Results
2
issues of
Hanno Stehling
When calling `schema.__filter_fields` with a collection, marshmallow tries to use the first item as a prototype to figure out the fields. In case of an empty collection, there is an...
bug
help wanted
I am using a custom plug-in that receives a custom data type as a parameter. This datatype contains GeometryBase instances (in this case: Meshes). Simplified example: ```json { "type": "MyDataType",...