Pradhan V

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