benedikt-bartscher
|
bbf38bbce3
feat: allow disabling auto-setters via state_auto_setters config (#4480)
|
1 week ago |
Khaleel Al-Adhami
|
d18989e622
move proxy classes into proxy.py (#5224)
|
2 weeks ago |
Khaleel Al-Adhami
|
6868b3388f
slicing a list is not a mutable proxy directly (#5221)
|
2 weeks ago |
Khaleel Al-Adhami
|
642233b141
enable UP ruff rule (#5137)
|
1 month ago |
Masen Furer
|
06a3beb029
`State.get_var_value` should never return a Var (#5117)
|
1 month ago |
Masen Furer
|
d0ac5415b7
[ENG-4921] Avoid infinite loop in _mark_dirty_computed_vars (#5058)
|
1 month ago |
benedikt-bartscher
|
c661669359
fix: prevent AttributeError when using bare mixins (#5011)
|
1 month ago |
Khaleel Al-Adhami
|
2fcb573e3b
handle range value types [ENG-5143] (#4990)
|
2 months ago |
Masen Furer
|
d45e569737
Fix get_parent_state and get_root_state when using `mixin=True` (#4976)
|
2 months ago |
Khaleel Al-Adhami
|
b0ddceb325
add raw headers to headers (#4958)
|
2 months ago |
benedikt-bartscher
|
b868bc759f
fix: every computed var should get it's own static deps (#4914)
|
2 months ago |
Khaleel Al-Adhami
|
31cb2f0e0c
improve error messages for missing var operations (#4869)
|
2 months ago |
Khaleel Al-Adhami
|
b5e5ec0e8a
use lowercase datatypes typing (#4843)
|
2 months ago |
Khaleel Al-Adhami
|
8943341605
simplify toast banner logic (#4853)
|
2 months ago |
Khaleel Al-Adhami
|
15da4e17bd
fix optional wrapping of static call methods in pyi (#4727)
|
3 months ago |
Masen Furer
|
a2243190ff
[ENG-4326] Async ComputedVar (#4711)
|
3 months ago |
Khaleel Al-Adhami
|
8663dbcb97
improve var base typing (#4718)
|
3 months ago |
Thomas Brandého
|
42e6dfa40d
enable PGH, bump pyright and fix all #type: ignore (#4699)
|
3 months ago |
Thomas Brandého
|
858a85a4dc
rename private fields with leading underscore in App (#4642)
|
3 months ago |
Thomas Brandého
|
4c2b2ed1c6
removing deprecated features for 0.7.0 and removing py3.9 support (#4586)
|
3 months ago |
Thomas Brandého
|
6e546526b4
computed var default to cache=True (#4194)
|
4 months ago |
Masen Furer
|
8477a1aba0
BaseState.get_var_value helper to get a value from a Var (#4553)
|
4 months ago |
Masen Furer
|
41cb2d8cff
[ENG-4083] Track internal changes in dataclass instances (#4558)
|
4 months ago |
Thomas Brandého
|
a2ec1bc1d8
add codespell to pre-commit (#4559)
|
4 months ago |
Elijah Ahianyo
|
c387f517b6
[ENG-4100]Throw warnings when Redis lock is held for more than the allowed threshold (#4522)
|
5 months ago |
Masen Furer
|
a2f14e7713
Avoid double JSON encode/decode for socket.io (#4449)
|
5 months ago |
Thomas Brandého
|
fb444ad112
add ERA rules to detect commented out code (#4472)
|
5 months ago |
benedikt-bartscher
|
2ee201b520
raise StateSerializationError if the state cannot be serialized (#4453)
|
5 months ago |
benedikt-bartscher
|
3ef7106e0e
style: prefer type() over __class__ (#4512)
|
5 months ago |
Thomas Brandého
|
4ecb0b81ce
enable RUF rules for linting (#4465)
|
5 months ago |