Adam Hopkins
Adam Hopkins
Working on resolving in upcoming release and will port back to the LTS.
Anyone have some good minimal reproducible cases to add to test suite?
So, to recap, I was able to reproduce as follows: ```python # server.py from sanic import Sanic, json app = Sanic("TEST") @app.route("") async def handle(_): return json({"A": "A" * 7430000})...
Are you talking about dynamic content or precomputing static content?
Interesting idea :thinking:
Hmm... This is good to know. If you wouldn't mind, I would be happy if you could submit a PR for this. In the meantime, you could try something like...
Thanks for this addition, and sorry for the delay. This one got lost in my inbox and I did not see it until now.
> Also on code checking I get this error: As for this error, you can add it to this list and it should go away: https://github.com/ahopkins/mayim/blob/main/pyproject.toml#L20 > This should be...
Just curious ... what is the status of this? Is this project dead?
I cannot advise on any best practices with an ORM, you will have to turn to them for that. _GENERALLY_, I would say your testing should NOT hit any database....