Jaap
Jaap
When adding the following in my requirements.txt: `git+https://github.com/Jaapp-/asgi-auth-github@master#egg=asgi-auth-github` and install from a new virtualenv, I get an error like this: `error: invalid command 'bdist_wheel'` https://stackoverflow.com/questions/34819221/why-is-python-setup-py-saying-invalid-command-bdist-wheel-on-travis-ci As per the answers, adding...
In Starlette, I'm using something like this: ```python auth_app = GitHubAuth(...) app.mount('/admin', app=auth_app) ``` In this case, `scope["path"] == "/"` and `scope["root_path"] == "/admin"`. As a result the redirect cookie...
As the configuration file has one user section, specifying random user overwrites this section and credentials are lost. When servers have been purchased previously, this can end up in losing...
## Description Fix various typos in https://docs.ton.org/v3/contribute. Closes #1071. ## Checklist - [x] I have created an issue. - [x] I am working on content that aligns with the [Style...
## Description Fix various typos in https://docs.ton.org/v3/documentation/data-formats/tlb/tl-b-language Closes #1075. ## Checklist - [x] I have created an issue. - [x] I am working on content that aligns with the [Style...
## Description Some Github TL schema links on the "Proofs verifying" page had the wrong line numbers because they link to the master branch, which changes continuously. Change all references...
Fix typos in https://docs.ton.org/v3/documentation/data-formats/tlb/tl-b-language
Multiple TL schema links on https://docs.ton.org/v3/documentation/data-formats/tlb/proofs reference the incorrect line number
Fix typos in https://docs.ton.org/v3/contribute