Tim de Koning

Results 28 comments of Tim de Koning

Thanks for this. Could you please add a test to prevent regression errors in the future? Thanks

v1.0.0 is just released and has all new (node v0.10) stream handling. :-) Is this issue still applicable for this new version?

Could you please see if this issue still exists in the just released `1.0.0`? If so, can you let us know and contribute a unit test? Thanks

The only thing is, the former syntax is much easier to serialize for e.g. AJAX requests... Consider a JavaScript browser-application, trying to query on the server, passing that query using...

May be inspired by https://github.com/esbenp/pdf-bot

Why not just set `RENDERER_ACCESS_KEY=`?

But since `RENDERER_ACCESS_KEY` is set, one could reason that `RENDERER_ACCESS_KEY=` would imply that unauthenticated use is intended... When the environment var is missing, you could say the service isn't configured...

Docker is pretty common these days and with docker, no further installation of services or other software is required? A container can be started with a single line of code...

``` var pack = require('locutus/php/misc/pack') console.log(pack('H*', 'ABCDEFGHIJKLMNOP')); ``` OUTPUT in node.js 5.5.0 and 6.3.1 and 6.9.1 ``` «Íï ``` @BarryCarlyon or @vidhishri could you please provide same sample code to...