Antonio Cortes (DrZippie)
Antonio Cortes (DrZippie)
the fix is a "fast" fix, queryStream uses Cursor and query.callback always is undefined ``` FATAL: uncaughtException error: { "type": "TypeError", "message": "queryCallback is not a function", "stack": TypeError: queryCallback...
Added a test: without the change the test fails: ``` 2560-tests.js empty query.callback do not throw fatal exception ✔ Message: queryCallback is not a function TypeError: queryCallback is not a...
Removed new test from PR: Fail other test in lts/carbon (https://travis-ci.com/github/brianc/node-postgres/builds/228104653) without this new test the build do not fail ¿? --- test file: packages/pg/test/integration/gh-issues/2560-tests.js (removed from PR) --- ```...
To build pngquant binary you need to have installed make. ```apt-get install make``` (or similar) Found viewing install.js [...] ``` binBuild.url('http://pngquant.org/pngquant-2.10.1-src.tar.gz', [ 'rm ./INSTALL', `./configure --prefix="${bin.dest()}"`, `make install BINPREFIX="${bin.dest()}"` ```...