David D.
David D.
**TODO** - [x] Remove self-hosting directory (in favor of new self-hosting repo - [x] Deploy self-hosting portal on the production domain - [x] Update all references to new domain (selfhost.quadratichq.com)...
Main branch for merging data table related work. Closes https://github.com/quadratichq/quadratic/issues/1412 **Data Tables (Rust and quadraticCore)** - [x] Convert sheet.code_runs into sheet.data_tables, moving code_runs inside of data tables - [x] CSV...
We currently use `quadratic-rust-shared/data/excel/all_excel_functions.xlsx` to validate excel imports, but do not validate the results of the function imports in `import_all_excel_functions()`, located at `quadratic-core/src/controller/user_actions/import.rs`. - [ ] Ensure all supported Quadratic...
In `quadratic-client/src/app/web-workers/pythonWebWorker/worker/python.ts`, we're overwriting the Authorization header (or at least trying to). This will cause problems for anyone hitting the proxy from Python that needs to have that header in...