sfarrell5123

Results 3 issues of sfarrell5123

[h265ize]: [verbose] Handling keypresses... [h265ize]: - message: process.stdin.setRawMode is not a function - stack: TypeError: process.stdin.setRawMode is not a function at /usr/local/lib/node_modules/h265ize/h265ize:485:23 at h265ize.handleKeypress (/usr/local/lib/node_modules/h265ize/h265ize:453:12) at runCallback (timers.js:794:20) at tryOnImmediate...

![screenshot-192 168 2 32 2083 2016-08-27 16-00-52](https://cloud.githubusercontent.com/assets/15013216/18025541/d8c6d800-6c6f-11e6-83d6-36fb4fb3ba2b.png) I tried reinstalling, and refreshing browser, a new browser

alert_contact.py from **future** import absolute_import, division, print_function, unicode_literals from termcolor import colored class AlertContact(object): class Type: SMS = 1 EMAIL = 2 TWITTER = 3 BOXCAR = 4 PUSHBULLET =...