David Lord
David Lord
Out of curiosity, why does this and the PR start with an emoji in parentheses? That's pretty distracting, it's not clear how it's related to the request, and it's not...
Please provide a minimal reproducible example.
Please don't use it unless a project indicates it's how things are done. Otherwise it's just noisy and annoying, exactly what was said in that issue.
I'm having some trouble following this, although I think the general idea is "use new gettext local provider instead of global provider"? Is using a "library global" `TRANSLATIONS` variable and...
You can find my thoughts in https://github.com/pallets/flask/issues/5491. The author didn't really address any of it. You brought up the same main point: static files should be served by the HTTP...
> I believe this is the reason I got this error as it's using the package installed via pip install flask and not the code contained in /src/flask/ I'm not...
So the immediate reason this wouldn't work is because it needs to depend on Werkzeug 3.1, which is not yet released. But after that, you didn't actually use the `get_cookie_partitioned`...