News

When you try to sort a list of strings that contain numbers, the normal python sort algorithm sorts lexicographically, so you might not get the results that you expect: Notice that it has the order ...
Are you tired of your house constantly looking like a mess? Incorporate these tasks into your weekly routine to stay on top ...
Just noticed that optional list parameters are not displayed correctly in Swagger. list_int: Optional[list[int]] = Form(None) is displayed as optional field without type. Even though in openapi.json ...