Aran-Fey
Aran-Fey
I don't think the benefits of this are anywhere near large enough to justify all of this effort. If your initialization code needs to run in the same thread as...
I'm closing this because the upsides don't seem worth the trouble. In particular, the inter-process communication required to make webview functions work would likely degrade the code quality significantly.
Making a package that specifically supports only those operations required by rio is not a good move. If the code is written specifically for rio, it should be in rio....
It'll probably be quite a while before we figure out how we want to handle keyboard shortcuts in rio, so I think we should (temporarily) solve this via JS. We...
How would the KeyEventListener focus the search bar?
I don't really understand your examples, I'm afraid. They're a bit *too* pseudo for me, and they look quite different from how rio currently works. This is how ProgressBars are...
Thanks for the detailed response. I'm still struggling to wrap my head around this (particularly since I'm unfamiliar with both tqdm and gradio), but it's becoming clearer. Considering that I...
It seems that components that span multiple columns somehow affect the widths and/or grows of the columns. Observe how the length of the text affects the width of the first...
Yes, by changing the child's `key`. That basically tells rio "Hey, this isn't the same component as before", so the old child will be removed and replaced with a new...
I think you're misunderstanding something. It's not that some components are sensitive and some aren't, but rather, there are some components that have a `is_sensitive` parameter. For example, `TextInput`, `Slider`,...