Michael Thomas

Results 2 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...