Michael Thomas

Results 3 issues of Michael Thomas

azure.functions.HttpResponse currently supports only str/bytes content (body). This has a high memory overhead for delivery of large returns. Adding support for a generator would be ideally to support larger returns...

investigating

PYTHONEXECUTABLE should point at the output of sys.executable **Issue:** bin/python does not always exist the default build for python will generate bin/python. i.e. bin/python3.10 Using sys.executable should be sufficient to...

Marshmallow 4 has hit GA is there plan for adding support in flask-rebar? I took a quick look I see issues with: - when sorted is called in marshmallow_to_swagger -...