David D.
David D.
I confirmed that individual cell reference are now caught. I can cause the infinite loop by: 1. Code cell at (0,0) that reads from cell (1,0) 1. Code cell at...
@yoshidan I tried querying the sample [dataset](https://github.com/goccy/bigquery-emulator/blob/main/server/testdata/data.yaml) used in the emulator and get the following error: ``` JobHttp(HttpClient(reqwest::Error { kind: Decode, source: Error("missing field `kind`", line: 1, column: 348) }))...
We haven't done any formula imports yet. It might be a good PoC to convert a single formula to get a sense of the LOE on doing this en mass.
Sadly, the excel import crate we're currently using doesn't parse formatting data. When we start this, I'll look into other tools and/or the effort involved in parsing formatting information in...
@davidkircos @luke-quadratic can we offload this to QA Wolf?
I was able to do this in a fork: https://github.com/quadratichq/httpmock **Supporting Code** https://github.com/quadratichq/quadratic/blob/qa/quadratic-rust-shared/build.rs https://github.com/quadratichq/quadratic/blob/qa/quadratic-rust-shared/src/test/request.rs https://github.com/quadratichq/quadratic/blob/qa/quadratic-rust-shared/src/fixtures_path.rs **Usage in code and test** https://github.com/quadratichq/quadratic/blob/2c39e8230a60bb9bbfe2bf8c17fc8201ebd54893/quadratic-rust-shared/src/sql/snowflake_connection.rs
> Thanks for your feedback! Although I think keeping previous recordings is still useful, in hindsight, it might have been better to save the most recent recording under the original...
> Importing this `.grid` file from the dashboard fails with rust panic > > https://fastupload.io/688a351c18be86b3 This is fixed and related to new upstream code (rows_resize)
> Is the data and styles coming together? If not, then would we have to read the excel twice to get data, once and then style? Data and Formats have...
> Another doubt, why every item in the style is an option? @azarmadr this is because the particular style may not exist for a given cell.