Natalia Maximo

Results 11 comments of Natalia Maximo

I guess, though I would be surprised if it gives you any insight deeper than what is above ```py # __init__.py import logging import os from typing import ( Optional,...

> Hmm I use gunicorn as well and haven't had that problem. The only difference in my startup is that I put my `register_blueprint` inside a `with app.app_context():`. > >...

On some further inspection, I think #163 might be connected to this issue as well: the user who reported it seems to likewise be utilizing the reloader thread

Decided to play around a little bit with this, so I wrote a test app to reproduce the issue: https://github.com/taliamax/flask-test On further inspection, I think I was very wrong about...

Pillow is a library with no other dependencies, which as far as things go is pretty good. It also uses C++ code to do all the image processing, it seems,...

It seems incredibly strange to me that the guidance offered here is "use only a specific server". Is there really no room to even enable a configuration flag for bypassing...

Can @s-t-e-v-e-n-k 's review be dismissed? This PR also needs to be rebased on master @jorgegarciarey, shouldn't cause any conflicts

@gruebel for the PDB-specific case, would it be possible to enable this by using `cond_type: connector` and ensuring that every pod/deployment/etc is connected to a PDB?

@gruebel do you have any more resources on using the `cond_type: connector`? I'd love to take a crack at this but I haven't found a lot of information on that...

Any project maintainers able to offer any additional context?