Marcin Warpechowski
Marcin Warpechowski
Some options have a very short explanation in the API reference and it is not clear what they apply to. On the other hand, they are nicely explained in the...
### Description The page could simply be called "Quality". On it, we should mention that: - the development started as an R&D project funded by the EU that was successfully...
### Description Many people ask how they can open Excel documents with HyperFormula. It is not a built-in feature, but it should be possible to use an open source library...
### Description HyperFormula supports 3D range references (ranges spanning across multiple sheets). This is useful in many ways, as presented in multiple advanced Excel tutorials found online, e.g.: - https://www.ablebits.com/office-addins-blog/2015/12/09/excel-3d-reference-formula/...
### Description As I wrote in https://github.com/handsontable/hyperformula/issues/9#issuecomment-1029829216: > However, right now, the easiest way at achieve the asynchronicity in the user code outside of HyperFormula. I mean a two-step strategy,...
As proved in the thread https://dev.to/dtinth/caching-docker-builds-in-github-actions-which-approach-is-the-fastest-a-research-18ei, GitHub Actions workflows work significantly faster, when a Docker image is pulled from GitHub Packages registry instead of Docker Hub. Is it possible to...
In my test, I need to mock a certain XHR request but pass-though all the other requests. Currently, it is only possible if I run `jasmine.Ajax.install()` / `jasmine.Ajax.uninstall()` between requests....
Any plans to make this extension also make HTML and CSS prettier, not just JS and TS?
After https://github.com/Palindrom/JSONPatcherProxy/pull/39 The code in https://github.com/Palindrom/JSONPatcherProxy/blob/c461b492a4fa2e2869ba99cbe0329db3846e93cd/src/jsonpatcherproxy.js contains several `TODO` statements that mark places for functionality that is not tested. Also check why running the test suite results in so many...
The library contains a static method `deepClone`, which is only used to support tests. This method should be moved to a test helper, or completely replaced with `JSON.parse(JSON.stringify())` which should...