Francisco Altoe

Results 4 issues of Francisco Altoe

Hello! This change makes the Flask-Restful API propagate errors to the Flask error handler. This becomes kinda important with JWT authorization errors, as not propagating authorization exceptions will result in...

Steps to reproduce: * Run latest console-only threaded logging example from master: https://github.com/brmmm3/fastlogging/blob/f82fee69523581a500cadc3085d6d9982418de66/examples/ex_console_only_threaded.py * Nothing is printed in the console * `logger._thrLogger` is not started Expected behavior: * Logging thread...

The method `Blueprint.before_app_first_request` has been removed (prior deprecation) as per flask 2.3.0 (see pallets/flask#4995 ) Also updates choices of Python versions since support for Python 3.7 and below has been...