D

Results 28 comments of D

@braver Clear, thank you! I am not familiar with this project. Could you point me in the right direction to be able to make a pull request. By that I...

@deathaxe This worked! The suggestions are without the "@" sign of the variable but that is not a problem and loads better than no suggestion at all :) Thank you!...

Just tested it and it works indeed, thank you! :+1:

Hi, this behavior I believe is expected. Please see below why. Lets say you have a 300x300 pixel canvas to show the QR-code in. Each "dot" in the qr-code takes...

@karlwesterman This happens because when you add more data, the QR needs to contain more data. To do this at some point it needs to render more "dots" (in this...

That would be great! Thanks in advance! =D

I've [build](http://phantomjs.org/build.html) the PhantomJS file version 1.9. So instead of `checkout 2.0` you do `checkout 1.9`. This version for me works with NodePDF!

I am also having this error: `TypeError: undefined is not an object (evaluating 'phantom.args.length')` Using phantom 2.0 On Ubuntu 14.04 LTS