Brady
Brady
Getting an error that variable prefixes is not defined. https://modernizr.com/download/?audio-bloburls-canvas-localstorage-promises-requestanimationframe-video-videocrossorigin-webglextensions-setclasses This is the build link. The minified version contains this issue.
Allow setting the model_config key `extra="allow"` ```python # schemas.py class ExtraAllowedSchema(Schema): name: str class Config(Schema.Config): extra = "allow" # views.py @api.post("/extra") def extra_params(request, payload: ExtraAllowedSchema): """ Test that a Schema...
Is this project planning to add support for the newest LTS 5.2? It looks like there hasn't been any activity in 2 years.