Przemysław Uznański
Przemysław Uznański
### Description Functions that are currently missing translations: - [ ] COUNTUNIQUE - [ ] DATEDIF - [ ] INTERVAL - [ ] SWITCH ### Steps to reproduce 1. 2....
### Description Right now we upsize the sheet size whenever necessary: ``` const hf = HyperFormula.buildEmpty() hf.setCellContents({sheet: 0, row: 100, col: 100}, 0) console.log(hf.getSheetDimensions(0)) ``` produces `{ width: 101, height:...
**Is your feature request related to a problem? Please describe.** Connectors (python connector, jsonlines, kafka...) pass datetime values as `str`. **Describe the solution you'd like** Add support for: - formatting...
### Steps to reproduce The schema resulting from the operation: ``` schema1 | schema2 ``` where both these schemas have nontrivial properties, loses those properties. ### Relevant log output n/a...
**Is your feature request related to a problem? Please describe.** It is easy to make a promise that is indeed later broken. This might led to a runtime error later...
**Is your feature request related to a problem? Please describe.** Pathway column `pw.DATE_TIME_UTC` and data type `pw.DateTimeUtc` can be unified into the latter one. Similarly `pw.DATE_TIME_NAIVE` and `pw.DateTimeNaive` **Describe the...
### Steps to reproduce csv connector under faulty network fails, instead of retrying ### Relevant log output ```text E0614 11:16:48.882455 140007979890240 mod.rs:311] There had been an error processing the row...