Rehan Iftikhar
Rehan Iftikhar
I use Docker instead of Vagrant/VirtualBox for local development. Is there an interface/specification for creating new providers? I'd like to try and create one for Docker containers.
Failure happens intermittently when running all unit tests together ``` Failures: 1) ZmqInboundCylinderConnection emits a 'message' event Message: timeout: timed out after 5000 msec waiting for something to happen ```
Running `make deploy-and-test` will run all the unit and end-to-end tests but the process never finishes.
``` [9/Jun/2012:09:37:34 GMT-0700] Piston "Error: [TypeError: Cannot call method 'getGlobal' of undefined] " /home/rehanift/src/engine.js-examples/craigslist-job-scraper/node_modules/engine.js/lib/engine/cylinder.js:78 task_id: current_task.task_id, ^ TypeError: Cannot read property 'task_id' of null at [object Object]. (/home/rehanift/src/engine.js-examples/craigslist-job-scraper/node_modules/engine.js/lib/engine/cylinder.js:78:28) at [object...
Right now if the piston process crashes (ie. segfaults) there is no logic to restart the process and continue processing tasks. This leaves the system in a bad state (ie....
It would be nice to log activity as it is happening within the piston component. - When a task is received - When a task response is sent (evaluation) -...
This list has lots of potential ECMAScript vulnerabilities: http://code.google.com/p/google-caja/wiki/AttackVectors My superficial understanding of "use strict" makes me think that some of these are non-issues, but more research is needed to...
I have a project that includes a stress test. The test tries to send 2500 messages through the system and times how long it takes. The test completes with Node...