Results 8 comments of Shrey

Hii, is this issue is related to this part of code can you please guide me on this ```python responses: Annotated[ Optional[Dict[Union[int, str], Dict[str, Any]]], Doc( """ Additional responses that...

@UdaySagar-Git I like to address one more issue here that when we select symptom the drop down should automatically close

@UdaySagar-Git may be bubbling is the cause of this issue

I am checking for credential if credentials is allowed, then explicit origin function is called if header include any of the authorization or cookies ```python3 if self.allow_all_origins: if self.allow_credentials and...

opened the #11149 pr used codecs to convert rawstring so that it can be split on \f ```python self.description = codecs.decode(self.description, "unicode_escape") ```

can not pass on --fail-under=100 but on 99 it can pass the the coverage

> Related to #1832, I guess? yes,this one is related to #1823.