Paddy Mullen

Results 99 comments of Paddy Mullen

I'm glad it was helpful. I filmed this a while ago so I don't remember the place that I got confused. I'll try to go through it again at some...

Interestingly, buckaroo remains the default displayer when it is imported before solara. I'm open to suggestions as to how our two libraries can provide a consistent user experience.

I'm not sure how related this is, but I think I recently got tripped up by this. I can call `lit(5)` on an `Expr` but not a `Selector`. I'm still...

@markusschanta I'm not sure if Visualization is the best section for Buckaroo, it's a codegen/table tool, but you don't have a section for that. Can you please advise?

I will add a tables section in a separate PR

@mourner At one point I saw a list of all of your projects, but I can't find that link again, that should be added to this PR. You have done...

tl;dr FastUI is doing something similar to the primary way that interactive apps are built on top of the jupyter notebook - ipywidgets. FastUI has some advantages especially around typing...

FWIW as developer of a related project I have a bunch of opinions, and so do datatable projects in general. To the point where I think FastUI including a built...

@samuelcolvin Maybe some guidance for users about what should and should not be in the core FastUI package, along with your reasoning would be helpful.

Custom components which will be necessary for third party components are discussed here: https://github.com/pydantic/FastUI/issues/19 When I was trying to learn FastUI and get a feel for it, I created a...