Irfanuddin Shafi Ahmed

Results 94 comments of Irfanuddin Shafi Ahmed

Should we fix the docs or the code? IMO having Pydantic's error makes more sense.

This is because by default the `align_sampling` property is set to true.

Depends on how much isolation you want. Let's say you work with SQL, you can either have a column (like @yinziyan1206 suggested), or have a independent table, or have a...

Can you try the same with sync route and see if same issue exist? Usually I face such issues when I mix Sync and Async functions

Yes agreed with @jgould22 You can modify the limit. Refer this [comment](https://github.com/encode/starlette/issues/1724#issuecomment-1179063924)

I believe it’s beta till 1.0

I did a basic check. Here are my observations ![image](https://user-images.githubusercontent.com/10519440/213393916-904279fd-dcfb-45d9-86d3-681c94d9175f.png) The PR seems to improve import timings significantly. Note: All times are in Nanoseconds

Does it make sense to add this Starlette itself?🤔 Just wondering