tsungi
tsungi
if any one wants to load PT file in javascript... https://github.com/easz/procrastitracker/tree/master/tools/js
yes, you can just put a link in the docs. Otherwise I feel also sorry to make a lot of PR update.... About the error, I will take a look...
I will test it next week on Windows and in the meanwhile I just added some debug log
about **URIError: URI malformed**: I had also this problem before I decode data into utf8 string. It should be fixed now. About **Uncaught TypeError: Failed to execute 'readAsArrayBuffer' on 'FileReader':...
which error? **Uncaught TypeError: Failed to execute 'readAsArrayBuffer' on 'FileReader': parameter 1 is not of type 'Blob'**? I can open a huge zip file (>4MB) without error. The File input,...
I will take a look. I would say the "pre-release" tag like 1.2.3-rc does not work well.
@copperyp Hi, actually I somehow follow the "[convention](https://docs.npmjs.com/cli/v6/using-npm/semver)" from npm and a pre-realse is handled differently. you can try here https://semver.npmjs.com/ for example: 
I have two interpretations: 1. always compare major.minor.patch part at fist, then compare pre-release fields if major.minor.patch are the same 2. pre-release version can only compared with each other or...
Hi @tanpero sorry for the very late reply. Yes, it could be done. It can be also done with `semver::major( version ), semver::minor( version ), semver::patch( version )` APIs to...
Travis, AppVeyor, coveralls...