Pierre Valentin

Results 16 comments of Pierre Valentin

Would be interested in seeing this merged. Is forking and doing a PR good practice?

I found a fix for my issue. In the `azure-pipelines.yaml` building my Azure function zip, I now run this command: `pip install --only-binary=:all: --target="./.python_packages/lib/site-packages" -r ./requirements.txt` Specifically asking for `--only-binary`...

I have the same issue. If you find any hack around this I would be interested

That would be a cool feature to have! Yattee for instance doesn't support basic auth

Yes we do have strong firewall but i run this from a "more relaxed" env. Results from `curl -I https://dev.azure.com/investpsp` : ``` ❯ curl -I https://dev.azure.com/investpsp HTTP/2 401 cache-control: no-cache,...

@li > Did you only start to notice this starting with the `2.1.x` releases or did you notice it with the `2.0.x` releases as well? I used to have a...

Same issue here! Edit: My fix was the use the global api keys as mentioned in #342 Its not very safe as the global key has a lot of privilege...

I have the same error trying to deploy my app with azure auth. Seems like `mount_gradio_app` is not behaving as expected.

Same issue with me. It must be hardcoded in the code base