Thomas Brandého
Thomas Brandého
> @Lendemor idk if you want to take this into your branch (it has a refresh from `origin/main`); or if you just want to take your PR into `main` and...
Need #3216
HI, thanks for the feedback! I'm not sure if we can really force the users to add documentation to their package (even if it would be way more convenient) since...
We should probably throw an error during compilation, because I don't think the current implementation is supposed to work within `rx.foreach` anyway.
I've compared the execution time to other PRs that don't use `uv` yet, but I don't find any significant improvement on the runtime of jobs. However, I think we can...
Thanks for the report. Seems to be caused by the level of isolation we add when components need to use State related stuff. With ```python rx.tooltip( rx.icon_button( "home", disabled=True ),...
Trimmed down code that reproduce the issue : ```js /** @jsxImportSource @emotion/react */ import { Fragment } from "react"; import { Box as RadixThemesBox, Tooltip as RadixThemesTooltip, } from "@radix-ui/themes";...
This PR is removing `upload.py` when it shouldn't. We won't be able to merge it until the changes to `upload.py` are removed from the PR.
Since the UUID is generated on the frontend rather than during compilation, state changes which trigger a re-render will generate a new UUID, so the currently open tabs don't match...
I'm confused at the definition of the event signature, shouldn't we expect to receive the pasted content in the function ? Also can you provide a small example where this...