tim-x-y-z
tim-x-y-z
I have tested the code on linux and it works perfectly fine. However, I am trying to get it to work on macos. The compilation works fine however, whenever i...
Hi thanks for the great library! 🤙 Started using it recently, and having resources in various locations I thought it would be great to have the timezone information in the...
This PR is more a proposal at this stage, the initial chart implemented is a line chart - very happy to add more if this template seems acceptable. I can...
fixes #142 https://github.com/pydantic/FastUI/assets/86600518/82bf562f-e007-41b3-90a5-6fdd0b353d9d PR based on the comment: https://github.com/pydantic/FastUI/issues/142#issuecomment-1874416804 however there might have been a reason for the conditional statement that i am not aware of
Hi thanks again for the amazing project, here's a trial of contribution - to be caveated i am very new to react / JS so there might very well be...
In the demo [here](https://github.com/pydantic/FastUI/blob/bb4fb360b7c2ccbae290bcd6a89d33813f6f59bb/demo/forms.py#L124) if we add a description to the first select as: ```python class SelectForm(BaseModel): select_single: ToolEnum = Field(title='Select Single', description="First selector") select_multiple: list[ToolEnum] = Field(title='Select Multiple') search_select_single:...
I was wondering if it would make sense to create another type of auth even than `AuthEvent` such that it would respect the OAuth2 specifications, and "best practices" (such as...
when on the cities pagination example in the demo app can't go back to page 1 when on another page.
hi thanks for the great library, it would be great if we were able to get the navbar on the side, and potentially with appearing / disappearing option. maybe something...
Just like we can define which path to include in the release notes with `include-paths` - it would be convenient to have a similar possibility to `exclude-paths`