🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
So I've been finally integrating `trustme` into `aiohttp`'s test today. Turns out that certificate fingerprint calculation isn't well-documented on the Internet for Python stdlib's `ssl` module. All examples use `pyOpenSSL`...
Usually at high-level web servers expose separate configuration options for a certificate file, a private key file, and a certificate chain file. Currently `trustme` forces users to use one file...
### Problem The users get confused when VS Code does not select the `Ansible` language for the files they open (https://github.com/ansible/vscode-ansible/issues/162 / https://github.com/ansible/vscode-ansible/pull/313). ### Solution There should be an intro...
Hi, it'd be great if this tool could enforce docstrings in Cython. Would it be hard to implement?
Do like this: ``` REPO_NAME={{ YOUR_REPO_NAME }} travis encrypt -r "aio-libs/${REPO_NAME}" --api-endpoint 'https://api.travis-ci.com/' ``` Ref: https://github.com/orgs/aio-libs/teams/admins/discussions/9
I was following https://www.pygit2.org/recipes/git-cherry-pick.html#cherry-picking-a-commit-without-a-working-copy and it seemed to work at first but then I noticed that it pulls in extra commits that I've never wanted. I think that this example...
Hi, I noticed that there's been some [updates to the backend page] in docs but the website page https://www.pygit2.org/backends.html seems to have been last updated in winter. Where are the...
Looks like the grammar needs to be upgraded.
Ref: https://github.com/PyCQA/redbaron/issues/186