azam

Results 2 issues of azam

## Description of the issue Fetch error when run `./installer.py` ## Context information (for bug reports) ```shell [3/5] Fetching packages... verbose 0.509835201 Performing "GET" request to "https://codeload.github.com/frappe/air-datepicker/tar.gz/ed37b94d95c68d8544357e330be0c89d044a3eea". verbose 0.60876406 Error...

bug

```py class Buttons(ft.Container, Theme): def __init__(self, width, height, title: str, *args, **kwargs): # self.title = title # self.text = ft.Text( self.title, weight="bold", color=ft.colors.with_opacity(0.85, Theme.primary_theme), ) # kwargs.setdefault("width", width) kwargs.setdefault("height", height)...