Taoufik
Taoufik
Just tried it on chrome and it shows `==========`
You can leave it open until we make sure
Nope I'm on python 3.6
I tried with "aaa"*2 and it's working for me, I'm gonna switch to 3.7 and see
It's working for me with python 3.7
I see now, I thought it was because of the browser rendering buffer. in responder we have mimetype (I've chosen it, because that's what @kenneth-reitz have used in the Request)...
Hey, responder is an ASGI framework and I think wfastcgi only bridge to WSGI
cc @kenneth-reitz
If we wanna move schemas, one of the simple ways would be something like : ```python # ext/schema/schema.py class Schema: def __init__(self, app, title, plugins=None, docs_route=None,...): self.app = app self.schemas...