Nima H. Mood
Nima H. Mood
**filename** : lib/watson/github.rb **line #** : 305 **tag** : todo **md5** : 058efc21b19d23a6ab249fdee3aba8da ``` # [todo] - Play with idea of making body of GitHub issue hash format to be...
**filename** : lib/watson/github.rb **line #** : 290 **tag** : todo **md5** : 7bd6cc5216af437d29db9a6fcc12db9c ``` # [todo] - Better way to identify/compare remote->local issues than md5 # Current md5 based on...
**filename** : lib/watson/github.rb **line #** : 158 **tag** : review **md5** : 5999817394727cd3abdcb9a61058d776 ``` # [review] - This is pretty messy, maybe clean it up later # Check response to...
**filename** : lib/watson/github.rb **line #** : 65 **tag** : fix **md5** : 69b349d182c127caf52dcce5820af24c ``` # [fix] - Crossplatform password block needed, not sure if current method is safe either #...
**filename** : lib/watson/github.rb **line #** : 55 **tag** : todo **md5** : 5f9156ff58811fb89fbad8bd977d2a4b ``` # [todo] - Don't just check for blank password but invalid as well # Poor mans...
**filename** : lib/watson/github.rb **line #** : 16 **tag** : todo **md5** : 81579429f4cfb33acfdbbc4fbccb8a35 ``` # [todo] - Keep asking for user data until valid instead of leaving app # Include...
**filename** : lib/watson/github.rb **line #** : 14 **tag** : review **md5** : 5e268391308470516f3cfc652eb78509 ``` # [review] - Properly scope Printer class so we dont need the Printer. for # method...
**filename** : lib/watson/github.rb **line #** : 13 **tag** : todo **md5** : d327ee0fc8672c86df6c9d177ef2e81c ``` # [todo] - Allow closing of issues from watson? Don't like that idea but maybe #...
**filename** : lib/watson/fs.rb **line #** : 10 **tag** : todo **md5** : d4a7ed9ab5de76f7b8183e60e49d0f29 ``` # [todo] - Not sure whether to make check* methods return FP # Makes it nice...
**filename** : lib/watson/config.rb **line #** : 423 **tag** : review **md5** : ae184abbc1e4155a7575a3adb8c2c1b8 ``` # [review] - Not sure if explicit file close is required here _rc = File.open(@rc_file, 'r').read...