Harsh Patel

Results 5 comments of Harsh Patel

Adding to this discussion: I have performed some tests with synchronous SQLAlchemy session and have documented my findings in this repo: https://github.com/harsh8398/fastapi-dependency-issue I haven't tested with the async SQLAlchemy session...

While dealing with this issue, I found a workaround which requires code change (not ideal but *okay* for small use cases): > Note: The only difference is that we are...

Following on my previous comment, the reason why vcr.py fails to record in this case is that the following line executes the request without any error handling - https://github.com/kevin1024/vcrpy/blob/9c46831a8e992d6a830417b23fc2b848ea1abfdd/vcr/stubs/aiohttp_stubs.py#L277 That...

I found that someone has already done the work here to come up with the config: https://github.com/styled-components/styled-components/issues/2974#issuecomment-994921094. Also, a similar config for anyone using rollup is available here: https://www.rollupjs.org/guide/en/#outputmanualchunks ```...

@probablyup, there was already one PR https://github.com/styled-components/styled-components-website/pull/378 addressing this, but it was closed for some reason. Do we need to raise it again? We can also add a section for...