Marcin Warpechowski
Marcin Warpechowski
My assumptions for this issue: - Core-js will be removed as a dependency, because we no longer need polyfills - Regenerator-runtime will be removed as a dependency. We don't use...
Maybe related: #872
~~As part of this issue, please cross link from the API reference https://handsontable.github.io/hyperformula/api/interfaces/configparams.html#chooseaddressmappingpolicy to the Guide https://handsontable.github.io/hyperformula/guide/performance.html#address-mapping-strategies, because the API reference does not explain the point of using the configuration...
The goal here is to show in the docs how to make a function that: - accepts arguments (one of which might be a range, expression, etc) - is comprehensive...
It should be a part of the process: - make a CI step that measures the package size and writes a comment in the PR - add updating of the...
@sequba is this ready for review?
@sequba see my response to https://github.com/handsontable/hyperformula/pull/956#discussion_r962351522
Note to self: According to https://handsoncode.slack.com/archives/C031GBX62SE/p1649850832578009, currently the tests in browsers are run by: 1. executing `npm run test:browser.debug` 2. manually copying the testrunner to other browsers 3. checking if...
A comment in the discussion linked above contains performance tips for making formulas cheaper for the AST parser. These tips should be added into the docs.
Check if there is anything else to be done here, because now it is presented on two pages. Maybe there should be some cross-link between them: - https://handsontable.github.io/hyperformula/guide/custom-functions.html#translations - https://handsontable.github.io/hyperformula/guide/localizing-functions.html#localizing-custom-functions...