Marcin Warpechowski
Marcin Warpechowski
I think it is a good idea, we've also briefly discussed it here https://kb.handsontable.com/display/PH/2022/02/16/HyperFormula+onboarding+summary. The "microservice" should be kept to minimum, e.g. use basic ExpressJs setup, and the emphasis should...
Thanks for your points of view. We will investigate the options. Maybe we can apply some form of [Postel's law](https://en.wikipedia.org/wiki/Robustness_principle) here. Or at least explain the discrepancy better, as @YuriKirilin...
Another example: The API reference efor https://handsontable.github.io/hyperformula/api/interfaces/configparams.html#chooseaddressmappingpolicy should be linked 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 option `chooseAddressMappingPolicy`.
Also, I would love to see in the documentation what wildcards are supported and exactly in what functions and expressions. Currently, wildcards are only mentioned in the documentation home page:...
Optionally, this could a page that includes information about compatibility with other popular spreadsheet software (Google Sheets, etc), but Excel is the most important to begin with. The idea is...
This was also discussed in the thread https://handsoncode.slack.com/archives/CP3FX2DBM/p1637239424008000
This error was explicitly added in a commit very early on https://github.com/handsontable/hyperformula/commit/6648a23566a1a807efe972e802db62c3b469ae78. My best guess is that the reason was that it requires some additional deoptimization, but I am not...
Thanks for your will to contribute! As long as all tests are passing, and there is no degradation in the benchmark ([CONTRIBUTING.md](https://github.com/Starcounter-Jack/JSON-Patch/blob/master/CONTRIBUTING.md), CTRL+F `bench`), we should strongly consider it.
4. Wait for https://github.com/Starcounter-Jack/JSON-Patch/pull/232, because the HTML spec runner works OK there for any browser that supports ES modules.
> How would that help? it still uses ../node_modules/jasmine-core... /test/index.html@use-ES6-modules#L10 Sorry, my bad. I tested locally with `npm run serve` and it worked well because I have `node_modules` locally. Then...