Paolo Arduin

Results 2 issues of Paolo Arduin

Hi, I encountered an issue regarding days selection. When I select a sequence of days, switch to the next month and then I get back on the initial month, my...

Hi, I encountered an error caused by a wrong type annotation. ``` code: python def get_authorization_url( client_id: str, response_type: str, redirect_uri: str, scopes: list[Scope], state: str = None ) ->...