Robert W

Results 12 issues of Robert W

Hello, I'm getting the following deprecation warning when decorating a function with manager.command in Python 3.6: ```bash /usr/local/lib/python3.6/dist-packages/flask_script/commands.py:118: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() args, varargs, keywords, defaults...

Hello, The check gets stuck in an endless loop when `num-records` exceeds `max-records` (in our case 225 vs 100). Perhaps the `max-records` should be made configurable? Alternatively, inform the user...

bug
help wanted