Taoufik

Results 24 comments of Taoufik

Just tried it on chrome and it shows `==========`

I tried with "aaa"*2 and it's working for me, I'm gonna switch to 3.7 and see

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...