Mike Bild

Results 16 issues of Mike Bild

**some possibilities** - server file watch in --development mode - grunt file watch in dev task - ...

enhancement
question

How about a notation of a time-dependent message? E.g. scenario: cancel an online order after 5 minutes of inactivity

e.g. https://github.com/amvtek/EventSource

**Is your feature request related to a problem? Please describe.** I would like to be able to use multiple configurations (prod/stage/dev) for different AWS deployments. **Describe the solution you'd like**...

Error JSON.parse from an events array. es.readStream('myStream', function(err, events){ if(err) return; events.forEach(function(event){ var tweet = event.data.toString(); console.log(JSON.parse(tweet)); }); });