Really stellar work on prepping these tutorials so quickly. As a note, the FormResponse class has now disappeared from the forms module, and I can't really see if there is a replacement for it
Thanks! And thanks for pointing that out, I had a look at the FastUI github page and it seems the way to do this now is by returning a list of calls to FireEvent (which I *think* is new): github.com/pydantic/FastUI/blob/cec25c61a7cc5a716d05d21039f95be3e8dac0e8/demo/forms.py#L111
Be aware that a class like MyClass(SQLModel, table=True) will not apply pydantic validation. i tried to pass a string "1990-01-01" to dob filed, and it doesn't convert it as a Python Date as with a pydantic BaseModel
Eagerly waiting for next fastui video
The way you explain things is beyond extraordinary amazing as always still waiting django 101 tutorial from your chanel 💖
Thanks a lot! I'd love to create that one soon, it's on the list!
@@bugbytes3923 great thanks 😊
Another great FastUI video Thank you. Pydantic and Sequoia Capital should be sending you money. I will buy you a coffee at least.
Haha thanks a lot! Really appreciate the coffee, cheers!
Really stellar work on prepping these tutorials so quickly. As a note, the FormResponse class has now disappeared from the forms module, and I can't really see if there is a replacement for it
Thanks! And thanks for pointing that out, I had a look at the FastUI github page and it seems the way to do this now is by returning a list of calls to FireEvent (which I *think* is new):
github.com/pydantic/FastUI/blob/cec25c61a7cc5a716d05d21039f95be3e8dac0e8/demo/forms.py#L111
Thanks again for your videos that are top notch. I would be please to see how to use fastui in a Django App.
Your gist are always great and informative. thanks a lot
Thanks a lot!
Super awesome man. My gratitude for sharing this superb resource. :)
Thanks a lot for watching man!
Great Video👍
I was wondering if you could also add a button to edit users next to the delete button
Thanks a lot! I might try and add that to the tutorial, sure!
greate teacher thank you sir
Thanks a lot!
Be aware that a class like MyClass(SQLModel, table=True) will not apply pydantic validation. i tried to pass a string "1990-01-01" to dob filed, and it doesn't convert it as a Python Date as with a pydantic BaseModel
How do you style things?
Thanks
Thanks for watching!
I checked the repo. I don't see all of the files you show in the video.
Thanks for pointing that out, apologies! I have added now:
github.com/bugbytes-io/fastui-sqlmodel-demo
It's "Ess-Queue-Light", eh, not "See-Queue-Ell-ight"
Thanks
Thanks a lot!