Heiko Studt
Heiko Studt
Currently, the link in the licenses part of the [package.json](https://github.com/rxaviers/cldrjs/blob/master/package.json) is broken. IMHO, it should be `https://github.com/rxaviers/cldrjs/blob/master/LICENSE` instead of `https://github.com/rxaviers/cldrjs/blob/master/LICENSE-MIT`. ```json "licenses": [ { "type": "MIT", "url": "https://github.com/rxaviers/cldrjs/blob/master/LICENSE" } ],...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Using the defaults (i.e. `npm install` without options) and resulting into...
Please use this as an base idea only It adds the XML node path to the exception message which should help a lot to debug wrong modifications to your blueprint...
**Problem** We tried to use dojo/io-query/queryToObject and then objectToQuery to modify the URL parameters for reasons. In some of our URLs we are using "+" inside the query parameters which...
I tried to get a list of all the spreadsheet sheets on a 250k ods using OdfDocument::getTableList() and stopped the process after minutes of full cpu usage. OdfDocument::getTableList() is using...
Libreoffice generates an ODS file from Excel having a row with repeated-rows: 1mio and another empty one. Reference: https://forum.lazarus.freepascal.org/index.php?topic=35451.0 This is still an issue, I found the same behavior in...