Khaleel Al-Adhami
|
8356e82c29
use inspect.signature over fullargspec (#5076)
|
1 month ago |
Khaleel Al-Adhami
|
346e848b46
make pyright happier (#5006)
|
1 month ago |
Khaleel Al-Adhami
|
4da96e3d69
allow event handlers to be turned into vars (#5032)
|
1 month ago |
Khaleel Al-Adhami
|
06c7ba4853
be more careful with issubclass use with var_type (#4951)
|
2 months ago |
Khaleel Al-Adhami
|
15a55aed2a
don't check types that have defaults after what is provided (#4889)
|
2 months ago |
Khaleel Al-Adhami
|
b5e5ec0e8a
use lowercase datatypes typing (#4843)
|
2 months ago |
Khaleel Al-Adhami
|
946b7bc25a
upgrade deps as per python 3.10 (#4842)
|
2 months ago |
Masen Furer
|
c17cda3e95
Ensure EventCallback exposes EventActionsMixin properties (#4772)
|
3 months ago |
Khaleel Al-Adhami
|
19f40745f8
remove base_state from event types (#4740)
|
3 months ago |
Thomas Brandého
|
83e635de0e
bump ruff version to 0.9.3 (#4705)
|
3 months ago |
Khaleel Al-Adhami
|
8663dbcb97
improve var base typing (#4718)
|
3 months ago |
Khaleel Al-Adhami
|
12a42b6c47
var_data fixes with hooks values (#4717)
|
3 months ago |
Thomas Brandého
|
b8b3f8910e
add more type annotations through the code (#4401)
|
3 months ago |
Thomas Brandého
|
42e6dfa40d
enable PGH, bump pyright and fix all #type: ignore (#4699)
|
3 months ago |
Thomas Brandého
|
9e36efbd21
fix version in pyproject and ruff version check (#4690)
|
3 months ago |
Thomas Brandého
|
7f1aee6dc8
enable N rules for naming conventions (#4666)
|
3 months ago |
Thomas Brandého
|
4c2b2ed1c6
removing deprecated features for 0.7.0 and removing py3.9 support (#4586)
|
3 months ago |
Elijah Ahianyo
|
268effe62e
[ENG-4134]Allow specifying custom app module in rxconfig (#4556)
|
3 months ago |
Masen Furer
|
fe9c02062d
EventChain.create accepts arbitrary kwargs (#4609)
|
4 months ago |
Khaleel Al-Adhami
|
79611abdab
make that one line better (#4610)
|
4 months ago |
Masen Furer
|
316a0c9bde
Do not allow call_function `callback` argument to be added afterwards (#4552)
|
4 months ago |
Masen Furer
|
41ed9f0514
Move _create_event_chain to EventChain.create (#4557)
|
4 months ago |
Thomas Brandého
|
d7956c19d3
enable PERF rules (#4469)
|
5 months ago |
Thomas Brandého
|
ff510cacc5
enable C4 rule (#4536)
|
5 months ago |
Elijah Ahianyo
|
206de4df7a
Unify `is_external` prop in `rx.redirect` and `rx.link` (#4389)
|
5 months ago |
Thomas Brandého
|
fb444ad112
add ERA rules to detect commented out code (#4472)
|
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 |
Masen Furer
|
b5e4b02d9c
New Event Action: temporal (#4404)
|
5 months ago |
benedikt-bartscher
|
e0984aa834
Allow bound method as event handler (#4348)
|
5 months ago |