David Lord
David Lord
You could also look at Quart, a drop-in ASGI implementation of Flask with websocket support. Might be easier than rewriting the whole thing. @pgjones and I would appreciate any feedback...
I agree we should change `reload` to `reloader` as well, but I want to wait until Click can show a deprecation message for individual options.
I think the problem here is illustrated by @ChandanChainani's comment/solution. Blueprints are global objects, you're mutating the same object each time you call `create_app`. In contrast, you're creating a new...
@3b thanks for the detailed analysis. It sounds like we should revert #1393 and make sure #1135 is still intact. > Testing in mintty with ConPTY disabled Could you describe...
I've confirmed that `click.echo` and `click.progressbar` continue to work after reverting #1393, in both cygwin and win32 environments.
If you can find a minimal reproducing example with Werkzeug only, can you report it there? This is the second report I've seen of this, but I can't reproduce it...
Reported at https://github.com/pallets/werkzeug/issues/2675
I'm having a hard time evaluating this. None of the suggested fixes are really useful. 1 is not possible. 3 is not possible, except to "handle" it by raising an...
After thinking about this more, I'm going to close it for now. It seems to be mainly a server configuration issue rather than an issue with Flask. I don't think...
My initial reaction is that while this makes sense, I'm uncomfortable with making the change. I'll have to think about this for a little bit.