Maxim Kuzmin
Maxim Kuzmin
Here some table tests (ext renamed .html->.txt as .html cannot be attached here) * [Table test 1.txt](https://github.com/pagedjs/pagedjs/files/8791630/Table.test.1.txt) * [Table test complex 1.txt](https://github.com/pagedjs/pagedjs/files/8791631/Table.test.complex.1.txt) For me, first test fails on latest firefox,...
Hello, found some nasty bug in this great app :) **Steps to reproduce:** * Run app and wait until it loads * Run app again (open another instance) **What we...
Try this formulas without setting `` and ``: * `0.99999` = `1` * `0.999999` = `0.1` (wrong result at 6+ digits after point, but using `` and `` can fix...
Found some interested thing about filters: `(= [[Candy-Bar]get[value]]+1 =)` resulted in `ComputeError: Cannot convert "2.03" to number!` I think best solution here will be using `first()` function with such filter....