Wojciech Czerniak
Wojciech Czerniak
### Description Currently each function calls `runFunction` with a callback. It does a lot of useful things and reduces the boilerplate (ie. argument validation) so it's natural that most implementations...
### Description EmptyStatistics class is used for production build by default: https://github.com/handsontable/hyperformula/blob/4e0b0bd184117e67820382e61cc04b0d10a76727/src/BuildEngineFactory.ts#L44 But our tests are always using `Statistics` module: https://github.com/handsontable/hyperformula/blob/4e0b0bd184117e67820382e61cc04b0d10a76727/test/_setupFiles/bootstrap.ts#L13-L20 We should close this functionality with a test or...
### Description Adding DateTime #229 exposed a problem with `=TEXT()` function. From what I've seen [1] the TEXT function can do a lot more than date and time. So the...
### Description There are some differences between spreadsheet applications, and some of them can be compensated with customizable options. |Done| Option Name | Default | Description | |---|-----------|--------|----| | ✅...
### Description As a good extension to #61 the next major milestone should attempt to meet the Medium Group Evaluator requirements as described in section 2.3.3 of ODFF 1.3. It...
### Description Extracted from #61. Track the list of functions that we need to implement to meet the ODFF Small Evaluator requirements. - [x] ABS 6.16.2 #13 - [x] ACOS...
### Description The first milestone should be to meet ODFF 1.3 Small Group Evaluator requirements. This gives us an MVP as defined by the OpenFormula standard. Most of those requirements...
**Describe the bug** Some of linked classes are not exported in the documentation. I tried to read more on AssetLoader methods, but others are not working either: IndirectLight, Skybox. Maybe...
Hello, This time a feature request. ## Problem I've seen that there are few requests/issues with customization of the Markdown output: - [x] #166 - [x] #295 - [x] #469...
Markdown publisher generates attr_list without space after first curly bracket ie. `{#SRS-001 }` instead `{ #SRS-001 }` This may create a problem when we want to render the output markdown...