David Fenster
David Fenster
I've encountered an issue that's reproducible with async.parallel/auto and nodeunit. ``` javascript var async = require('async'); var str; exports.setUp = function(cb){ console.log('setup'); str = "This is a test"; cb(); }...
It would be nice to create tasks that denote the function will return a promise. ``` javascript flow.tasks = { task: new Promise(fs.readFile, 'file_name') } ``` It would also be...
Tasks could catch errors and send them to the callback.
It would be nice to be able to do something like ``` javascript flow.tasks = { file_data: new Task(fs.readFile, 'data1.txt'), file_data2: new Task(fs.readFile, flow.tasks.file_data) }; flow.execute(function(err, results){ }); ``` as...
App search feature stopped working. The Google pill used to search apps and no longer does. I tried reinstalling and clearing data. For a short period after that, there will...