reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
DependencyTracker: only handle STORE_FAST for the GETTING_IMPORT status STORE_FAST handling is not generally correct outside of the specific case of dealing with imports. So avoid resetting the stack or other issues when we're not importing.
masenf/dep-tracker-limit-import-scope
9 hours ago
hide __getattribute__ from type checking (#6056) * hide __getattribute__ from type checking * ok precommit * remove pyright ignores for isinstance checks * fix precommit for test
main
17 hours ago
fix precommit for test
hide-__getattribute__-from-type-checking
17 hours ago
ENG-8540: avoid dataclasses.asdict in Lost+Found path (#6057) * ENG-8540: avoid dataclasses.asdict in Lost+Found path Use the reflex serializers registry to serialize StateUpdate objects for Lost+Found usage. * Use pickle instead of JSON for private records * oopsie * Fix pickle test expectation for test_connection_banner
main
17 hours ago
remove pyright ignores for isinstance checks
hide-__getattribute__-from-type-checking
17 hours ago
Adding new props to the data editor for exposing grid selections (#6028) * Adding Missing Props and Event for Grid Selection * Clearer Code Comments on the options of the literals * Update dataeditor.py * Update dataeditor.py * Update dataeditor.py * Update dataeditor.py * working select and deselect at the row level * Cleaned up the code, removed logs etc * Update dataeditor.py * Linting * pre-commit fixup --------- Co-authored-by: Masen Furer <m_github@0x26.net>
main
17 hours ago
Fix pickle test expectation for test_connection_banner
masenf/lost-and-found-serialization
17 hours ago
ENG-8507: rebind MutableProxy when it is linked to an old _self_state reference (#6048) * ENG-8507: rebind MutableProxy when it is linked to an old _self_state reference Avoids an issue where MutableProxy references are saved in the state, then when accessing them again, they reference the wrong StateProxy. So even though the code enters `async with self`, the StateProxy that is marked mutable is NOT the StateProxy associated with the value. With this change, anytime a MutableProxy is accessed through a StateProxy, its state reference is reset to the current StateProxy before returning it. * fix test for oplock enabled
main
17 hours ago
Active Branches
DependencyTracker: only handle STORE_FAST for the GETTING_IMPORT status
last run
9 hours ago
#6058
CodSpeed Performance Gauge
0%
Allow computed vars to yield events and update state reliably
last run
29 days ago
#5990
CodSpeed Performance Gauge
-1%
Adding `BlobVar` and `BytesVar`.
last run
1 month ago
#5985
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs