Adam Dangoor

Results 34 issues of Adam Dangoor

**Is your feature request related to a problem? Please describe.** When I use `mypy` and `piq`, I get an error like the following: ``` mypy example.py example.py:1: error: Skipping analyzing...

feature

* Visit https://sphinxcontrib-confluencebuilder.atlassian.net/wiki/spaces/STABLE/pages/501974500/Table+of+Contents+Fabric * Make the window short enough so that you can see the "Output" section but not the sections below * Click "Sub-section" * The page correctly scrolls...

bug

Fixes #11 This adds a test to confirm that behaviour remains the same (the test passes with the old implementation) and does not change as per https://github.com/mattupstate/flask-jsonschema/issues/3.

`.json` is now deprecated and raises a warning. See http://flask.pocoo.org/docs/0.11/changelog/: > Deprecated request.json in favour of request.get_json().

Either change `tests.py` to use: ``` python try: import simplejson as json except ImportError: import json ``` like the `flask_jsonschema.py` or add `simplejson` as a test dependency.

See https://stackoverflow.com/questions/39677049/use-environment-variable-in-python-sphinx-image-directive.

At OneSaas (https://www.onesaas.com) the requirements are: > Password should be at least 8 chars using a combination of lower case, upper case, digits and non-alphanumeric characters characters.

quirk suggestion

Apologies for not minimising this reproduction - I do not have the time right now and I hope that this report is still useful. I am trying to restore an...

bug
error messages

This allows downstream users to make use of the type hints in this project. Closes #376