abulvenz
abulvenz
Nice idea to use the coloring. We only create one commit per day. https://abulvenz.github.io/contribution-pixel-messages/ But the point is: Please no cheating and manipulating the dates! Resulting in one of the...
When reading the documentation for `r.binary` it is not clear why on the Javascript and Java sections the call to the actual command r.binary is missing in the snippets.
When referencing external modules, the files for the asset folder should be somehow shippable. This is a proposal for a simple helper function that copies the files to the assets...
I had some problems when using ES6 Code in the script tag. So I wrote a test that shows the problem. My futile approach to fix it duplicates some code...
**Describe the bug** `rx.get_config().deploy_url` always returns `http://localhost:3000`. **To Reproduce** Create an `AppHarness` test. **Expected behavior** `rx.get_config().deploy_url` returns the correct URL for the test environment. **Specifics (please complete the following information):**...
Fixes https://github.com/reflex-dev/reflex/issues/2771 in a prototypical way. Note `class News(State, scope=State.topic):` in example below. What is working so far: Open two tabs: - change "Title" to whatever and click "Post" -...
As already proposed on [discord](https://discord.com/channels/1029853095527727165/1207983555540557844), we see many good point to have something like shared state or state that is bound to a specific identifier. The use cases reach from...
Either provide a dot-separated string to access fields on objects or use a var to describe which value to set. This enables you to write something like this: ```python import...
**Describe the bug** Using e.g. `id=...` in `rx.select` does not show up in the rendered UI. **To Reproduce** - Code/Link to Repo: ```python rx.box( rx.select( ["5", "10", "25", "50", "100"],...
**Describe the bug** We have some validation checks in setters that do not let through some changes from the frontend. Unfortunately the reload button does not reset the UI. **To...