Delta Regeer
Delta Regeer
I'm implementing a validator, and I am finding the behaviour of `validate_token_request` in https://github.com/oauthlib/oauthlib/blob/d7b90fc841694f126ec63500ea8f74330c4672eb/oauthlib/oauth2/rfc6749/grant_types/authorization_code.py#L435-L543 a little bit frustrating. Specifically the fact that `validate_code` is not required to validate the `redirect_uri`,...
**Describe the bug** Setting `SkipProviderButton` using `SKIP_PROVIDER_BUTTON=true` in the environment doesn't do anything. Looking at the code it just shoves it into a struct and never touches it again. **Expected...
- [x] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. ## poetry deploy What I am looking for is a way to...
Currently when you serialize values, there is no preparer step before passing it off to the sub-types (in the case of the MappingSchema) https://github.com/Pylons/colander/blob/141263a3f61bed7c3af92c3a8d293ca7e10732e8/colander/__init__.py#L2276-L2293 this means we can not influence...
I'd like to have something that sits opposite the `preparer` that I can use to modify the `appstruct` after the validation has been run.
We are using sqlite, and the size of the database has grown to about 4.7GB. Looking at the structure, due to the nature of using key value with serial, would...
This is related to the various proxy settings, ever since 1.2.0 they have been set to warn about impending deprecation, with the pending release of 2.0, it'll be nice to...
When running night watch with multiple parallel works, and `--retries=3` I get the following output: ``` OK. 1093 total assertions passed. (2m 49s) error Command failed with exit code 1....
Howdy! Sorry you're having trouble. To expedite your experience, provide some basics for me: Operating system: Python version: 3.7 *Black* version: 18.9b0 Does also happen on master: yes ``` class...
# Enhancement ## Environment Zola version: 0.12.2 compiled from git ## Have footnotes link back to where they were footnoted It would be great if there was a way to...