Tom Gotsman

Results 9 issues of Tom Gotsman

After each image is uploaded we render it using this line: `pc.foreach(State.img, lambda img: pc.image(src=img))` However when we go to type in the text box below afterwards (in this line:...

bug

When using `rx.theme_panel()` to change between light and dark mode on an app, the `rx.color_mode_cond()` does not change between the light and dark images. An example below only ever shows...

linear
Low priority
hacktoberfest

An app to showcase data within a table. This app should take any data type and be able to render it out in a table where you can then edit...

Consider adding [Reflex](https://reflex.dev); it's been extremely useful to me and it has already hit 19,000 stars on Github! I believe it would fit under the "Full-stack frameworks, including data layer...

For the context menu we have not wrapped some of the components. We wrap the context menu here in the code: https://github.com/reflex-dev/reflex/blob/main/reflex/components/radix/themes/components/context_menu.py and we want to add these other sub-components...

good first issue
help wanted