Abhinav Singh
Abhinav Singh
**Is your feature request related to a problem? Please describe.** Currently, default client directory and package names are picked up from the schema files. E.g. For schema titled "Company API",...
**Describe the bug** We have a Django project which serves multiple sites via a `virtualhost` `middleware` setup (not via Django site framework). This allows us to serve multiple sites from...
Currently `--basic-auth` is not supported for reverse proxy server. Originally requested here https://github.com/abhinavsingh/proxy.py/issues/1156#issue-1242922856
`libPhoneNumber.parse("+17345465")` returns `{international: +1 268-734-5465, national: (268) 734-5465, type: mobile, e164: +12687345465, country_code: 1, national_number: 2687345465}`. Unsure from where does `268` comes from. We haven't seen this behavior with any...
### Description I am starting to observe broken editable installs since past week. Specifically, editable install now creates a `__editable__..pth` and `__editable____finder.py` files. These paths are returned as part of...
We use the following to automatically write a version file upon `pip install -e .` which then gets shipped within the container. ``` [tool.setuptools_scm] write_to = "path/to/somewhere/_scm_version.py" ``` During Python...
Yesterday we added a TURN server entry, but looks like `aioice` is not playing well with it. As you can see from the graphs, number of open files just keep...