Jason Rosensweig

Results 3 issues of Jason Rosensweig

We are using soda in an automated deployment scenario and we are running into issues with the schema that is output after a migrate up. Currently there is no way...

proposal

attempting to start a node.js app with 'pg-native' throws the following error: ``` o:\Projects\my-project\webapp\node_modules\bindings\bindings.js:83 throw e ^ Error: The operating system cannot run %1. \\?\o:\Projects\my-project\webapp\node_modules\libpq\build\Release\addon.no de at Error (native) at...

I have a very simple node script in index.js: ``` //var libpq = require('libpq'); console.log("hello"); ``` uncommenting the libpq statement causes the following error when starting node: ``` o:\Projects\my-app\node_modules\bindings\bindings.js:83 throw...