ddorian

Results 123 comments of ddorian

I would like it to do validation and dumping like: `BookResponse.model_validate(data).model_dump()`. Maybe that part can be overridden so we can have both ways.

A connection pooler is the fix here. Best would be inside diskcache. Or you can do the same outside, say, a pool of `diskcache.FanoutCache` objects. Or increase your max opened...

I also have the same error when trying to reload a flask app in debug mode. Created this repo to reproduce: https://github.com/ddorian/flask-reload-gevent-bug The error happens on 3.13.3 but doesn't happen...