Quentin Pradet

Results 79 issues of Quentin Pradet

When translating a video on Amara, translators get asked for a title and a description. Is there any way to avoid the duplication between Amara and locales/en.js which also contains...

As reported in #458, https://no-common-name.badssl.com/ has expired, which prevents using it for its intended purpose.

https://github.com/Anorov/PySocks/pull/89 modified setup.py to install [win-inet-pton](https://pypi.org/project/win-inet-pton/) on Windows + Python 2.7. This worked fine for source releases. However, 1.7.0 and 1.7.1 were released as wheels, and no longer include this...

uvicorn relies on this behavior: https://github.com/encode/uvicorn/blob/77468df/uvicorn/main.py#L568-L577. Running the code in #84 results in the following traceback on Windows: ``` {PATH}trio_asyncio\_base.py:20: TrioDeprecationWarning: trio.hazmat is deprecated since Trio 0.15.0; use trio.lowlevel instead...

We've lost Windows coverage in codecov, as noticed by #77. It's probably an issue with codecov path merging: * The coverage reports uploaded by AppVeyor do cover `import _winapi` at...

### Context The TLS situation in Python has considerably improved since the early years of urllib3, thanks to the hard work of persons like Christian Heimes and Cory Benfield. urllib3...

TLS
💰 Bounty $300

We often get the following traceback in GitHub Actions: ``` ==================================== ERRORS ==================================== ______________ ERROR at setup of TestRetryAfter.test_retry_after _______________ Traceback (most recent call last): File "/home/runner/work/urllib3/urllib3/dummyserver/testcase.py", line 141, in...

Since #1423 we're using certificates generated by [trustme](https://github.com/python-trio/trustme/) for the intermediate certificates tests. However, those certificates are still stored as opaque blobs, as all other test certificates. It would be...

Now that Python 3.6 reached EOL, I believe this library does more harm than good and we should deprecate it and eventually archive it. What do you think?

There is no mention in the README or wiki about specific strengthes or weaknesses. When should I use LIMA instead of other FOSS tools? This is the first question new...

question