reflex/reflex
Masen Furer 03eb258ee7
[REF-2416] Pass shell=True when starting AppHarness on Windows (#2944)
In exec.py, run_process_and_launch_url already passes `shell=True` on windows,
but the AppHarness has never really been used on Windows, so we were missing
this detail.

Fix #2941
2024-03-27 16:22:58 -07:00
..
.templates fix hook order to use ref inside user hooks (#2906) 2024-03-27 12:49:11 +01:00
compiler fix hook order to use ref inside user hooks (#2906) 2024-03-27 12:49:11 +01:00
components fix hook order to use ref inside user hooks (#2906) 2024-03-27 12:49:11 +01:00
constants [REF-2086] Avoid "Warning: The path to the Node binary could not be found. (#2803) 2024-03-13 12:35:43 -07:00
custom_components include twine in dependencies on pyproject.toml instead of installing on fly (#2895) 2024-03-21 12:48:41 -07:00
middleware feat: Synchronizing localStorage between tabs using browser events (#2533) 2024-02-20 15:14:55 -08:00
utils [REF-2302] When a Var points to a model, prefer access to model fields. (#2893) 2024-03-27 16:22:46 -07:00
__init__.py make list namespace to follow convention of other comps (#2879) 2024-03-19 18:16:54 -07:00
__init__.pyi make list namespace to follow convention of other comps (#2879) 2024-03-19 18:16:54 -07:00
__main__.py add __main__ entry point to allow python -m reflex (#1516) 2023-08-03 14:26:50 -07:00
admin.py Allow view overrides for registering models with admin (#1249) 2023-06-27 14:08:09 -07:00
app_module_for_backend.py [REF-2172] Add DECORATED_PAGES before compiling in thread (#2841) 2024-03-12 10:28:37 -07:00
app.py When __REFLEX_SKIP_COMPILE == "yes" allow telemetry to fail (#2881) 2024-03-19 14:30:55 -07:00
app.pyi Track state usage (#2441) 2024-03-07 14:25:55 -08:00
base.py [REF-2045] Implement __reduce_ex__ for MutableProxy (#2688) 2024-02-22 10:14:14 -08:00
config.py Track state usage (#2441) 2024-03-07 14:25:55 -08:00
config.pyi Track state usage (#2441) 2024-03-07 14:25:55 -08:00
event.py [REF-2089] Use dill instead of cloudpickle for serialization (#2922) 2024-03-27 13:47:33 -07:00
model.py Bare sqlalchemy metadata (#2355) 2024-03-13 15:32:35 -07:00
page.py Update meta parameter to accept a list of any type (#2477) 2024-01-29 16:52:28 -08:00
reflex.py added feature to automatically change port (#2867) 2024-03-25 17:38:28 -07:00
route.py [REF-1741] Disallow routes with /api prefix (#2711) 2024-02-26 19:34:51 -08:00
state.py [REF-2089] Use dill instead of cloudpickle for serialization (#2922) 2024-03-27 13:47:33 -07:00
style.py [REF-1958] Remove shadowed radix css props (#2590) 2024-02-13 10:06:28 -08:00
testing.py [REF-2416] Pass shell=True when starting AppHarness on Windows (#2944) 2024-03-27 16:22:58 -07:00
vars.py [REF-2302] When a Var points to a model, prefer access to model fields. (#2893) 2024-03-27 16:22:46 -07:00
vars.pyi Initial values for computed vars (#2670) 2024-02-24 13:45:07 -08:00