Ali-Akber Saifee

Results 88 comments of Ali-Akber Saifee

Closing due to inactivity

@Le0Developer okay if we close this PR for now?

Closing since nose support has been dropped as of 1.0.0

This is documented [here](https://flask-limiter.readthedocs.io/en/latest/recipes.html#deploying-an-application-behind-a-proxy)

The example I shared adds a middleware from `werkzeug` which should work with a flask application regardless of which wsgi server you are using to run your app in production....

@davidecoccia I'm going to close this for now - the inclusion of a default `get_remote_address` was a mistake in the initial release of the extension and has really just been...

> You should also be able to do this: > > ```python > if not TYPE_CHECKING: > from beartype.typing import ( > Dict, # noqa: F811 > List, # noqa:...

At the moment using the `test` method would be the way to go - this is used in the Flask-Limiter library to do conditional rate limiting (pretty much what it...