Wojciech Czerniak
Wojciech Czerniak
I've found a fork with fixed InteliJ support: https://github.com/JB-Dmitry/monoid Unfortunately not configurable. Also related to: #164
@vmagalhaes Handsontable already has virtual scrolling. There is no need for Angular Material. Your example has a very time consuming `for` loop in the renderer. Please contact [email protected] or create...
Hi @pinuchfab, It's not released yet. We're currently refactoring huge parts of the code to make this possible. Cheers
Should be doable @izulin? Can you confirm that `ArraySize` is useful for creating array functions?
Ref: https://github.com/LibreOffice/translations/blob/14a72851d401d86cf9fd72a5e139ab87eb0f47d1/source/de/formula/messages.po#L827
@izulin Translations are out there! Just a reference for the future, it will take some work to collect them from different language files.
- [ ] ARRAYFORMULA - [ ] FILTER
Use case idea, as pseudo code. Use `moment.js`, and any other helper lib to parse/stringify the values. ```ts parseString: function (string) { const date = moment(string, formats, true) if (date.isValud())...
Also linking use case #844 where current implementation can't handle ISO format. ATM we're arbitrarily assuming that date and time are separated with a white-space.
By design. ATM no plans to change the behavior, because it would affect the performance.