Varun Sharma

Results 9 comments of Varun Sharma

@cvharris, No the summation doesn't work anymore. And pause and resume (In a quick succession), just like suggested by @sarus gets you lot of exceptions and an infinite loop #636

My pr is waiting a merge for this, you may want to try building from that branch, however there are other bugs in master.

It only seem to happen when your drag distance is more than an arbitrary threshold, works fine even if you drag it all the way but in short bursts. But...

I am having the same issue and i've even commented here :- https://github.com/bpampuch/pdfmake/issues/385#issuecomment-310605661

In this line of code :- https://github.com/bpampuch/pdfmake/blob/74be98b6dace6b6274ba03d62e1b66e846db2dfd/src/tableProcessor.js#L176 It would be better if they consider the height of row if the topBorder is true. At least for dontBreakRows: true.

Same Here :- ``` Express server listening on 127.0.0.1:3000 phantomjs output: TypeError: undefined is not an object (evaluating 'phantom.args[0]') phantomjs output: phantomjs://code/rasterizer.js:9 in global code Request for http://www.google.com - Rasterizing...

This is happening because we are using PhantomJs 2+. To fix this issue, go to ./screenshot-as-a-service/scripts/rasterizer.js And add these LOC at the top :- ``` var system = require('system'); if...

Perhaps you can park it at a release/6.2.2 branch till then.