Pradhan V

Results 8 comments of Pradhan V

+1 We can guard the for-in in our code but, this is affecting a lot of loops in the libraries that we have included. Please merge.

Hi @vandeseer Throwing an exception also would leave the rowSpan feature unusable :(. May be draw the cell with the height set to the table height (endY?). Carry over the...

For middlewares inheriting the `starlette.middleware.base.BaseHTTPMiddleware` the context and the request object can be accessed with this *workaround* ``` from starlette.middleware.base import BaseHTTPMiddleware class RequestIdMiddleware(BaseHTTPMiddleware): async def dispatch(self, request, call_next): request_id...

See: https://github.com/spec-first/connexion/issues/2077. Is this related @Aakarshit-Sharma19? A working example is provided in https://github.com/pradhan-v/connexion-slow-flaskapp

Hi @chrisinmtown , Thank you for looking in to this. > _What times do you see when you run your curl script?_ A sample output from my laptop is shown...

When we get 1000s of request, the server is unable to handle the load and are blocked on I/O. Our service mainly makes DB, Cache and upstream API requests. Flask...

> _for plain Flask, the entrypoint.sh script sets Gunicorn worker class gevent which introduces async processing of requests. The plain connexion+flask example does not have this advantage._ This is precisely...

> I believe the support for FlaskApp in Connexion V3 is primarily intended to give people a reasonable migration path, and includes some compromise. If there is no fix for...