Anthony Shaw

Results 150 comments of Anthony Shaw

hi @ivar-lazzaro this is a known (yet undocumented) issue. I haven't found a reliable way around this, without potentially adding a compromising whitelist to the default settings. My understanding is...

If the plugin is installed within the virtualenvironment where you are running tox, it will just automatically run. `tox --version` shows currently installed plugins. 👍 for better documentation

Noted. Will work on doco. Any contributions also welcome

hello! sorry I've been travelling for a few months. I've added a FAQ section to the README.rst file so this should answer all of the above questions. 1. Use Pipfile...

Originally asked by @harshnisar

Comparison of first patch https://github.com/Azure/azure-functions-python-worker/pull/1041/commits/699bbbcd013116a272ed46e40a4fb5a7b93c0eaf refactoring the `build_binding_protos()` function with 0-9 bindings shows a consistent 10-15% reduction in execution time.

Profiles for `loader.index_function_app()` are showing the function is relatively slow because: - the standard library inspect module is notoriously slow - The clean nones wrapper is quite inefficient - The...

Proposed fix in the library API https://github.com/Azure/azure-functions-python-library/pull/98

This should be extended to cover the customer logging function code as well. The Python HTTP function demo spends 70% of its time on line 7 ![image](https://user-images.githubusercontent.com/1532417/171566841-a225d34d-1cb6-460b-a824-19007fc3cdd7.png)

![image](https://user-images.githubusercontent.com/1532417/171780928-c3ece2ee-e1f0-4375-a1f9-0d0bcdea8694.png) With the threaded logger.