chumaumenze

Results 5 issues of chumaumenze

Adding support for typing information Fixes #246

The minifier does not support python 3.6 f-string. ### Sample.py ```python name : str = 'Chuma' print(f'Hello {name}!') ``` ### Minified.py ```python k=str t=print u:k='Chuma' t(f'Hello {name}!') ``` It doesn't...

I have a payload, structured as follows: ``` { "alpha": { "bravo": {"charlie": "delta"}, "whiskey": {"yankee": "zulu"} } } ``` I am unable to validate items in `alpha`, i.e `bravo`...

When a request payload is a JSON array, the validator throws an `flask_validator.exceptions.ValidatorAttributeError: ('AttributeError', 'json passed, expecting json or form_data or query_string or headers')` JSON Arrays are converted to list...

Hello @benbjohnson, first of all, thank you for your fantastic work on this project. I am working with S3-compatible storage called Storj. I have tried to restore a replica. #####...