aled

Results 8 issues of aled

I just tried to install Paperwork and got an error. Steps to reproduce: 1. Install version 1.2.1 from the link at openpaper.work `https://github.com/jflesch/paperwork/releases/download/1.2.1/paperwork_1.2.1_win64_installer.exe` 2. Change default installation directory from `C:\Program...

to study
bug
Windows only

The nearestN_10000 test fails, because the SIL library results do not match the expected results (from the SimpleIndex implementation). Note that the JSI results are as expected. As it is...

Currently -1 is used as a sentinel value. Make this configurable.

currently test results and logs are stored in the same directory tree as the git repo. This is inconvenient.

I created a graph from the examples, like this: ``` new Ico.LineGraph(document.getElementById('chart_1'), [1, 2, 3, 4], { grid: true }); ``` However the line that is drawn isn't straight -...