Nima H. Mood
Nima H. Mood
**filename** : lib/watson/command.rb **line #** : 159 **tag** : todo **md5** : 352d5fd0d508d1dd5b0c29b1ed21fb5e ``` # [todo] - Add bold and colored printing # Identify method entry debug_print "#{ self }...
**filename** : lib/watson/command.rb **line #** : 127 **tag** : review **md5** : 00bdc95b47067889ef9c1ab4ce01f0c6 ``` # [review] - Not a fan of running these here but want to avoid getting all...
**filename** : lib/watson/command.rb **line #** : 98 **tag** : review **md5** : 6cd359037bd5d372ceac24e9bbb9e4d9 ``` # [review] - This is a bit messy (to slice by _i - 1) when we...
**filename** : lib/watson/command.rb **line #** : 75 **tag** : review **md5** : 134b270988d5245c6371b9eb547ee0fa ``` # [review] - Make this non-debug print to user? debug_print "Unrecognized flag #{ args[0] }\n" args.slice!(0)...
**filename** : lib/watson/command.rb **line #** : 60 **tag** : review **md5** : 9b282879834ad99eba631c996578d8d0 ``` # [review] - Not sure this is the correct place to put the Ctrl+C capture trap("INT")...
**filename** : lib/watson/command.rb **line #** : 19 **tag** : review **md5** : 09b421d74dc4a5721a92c766da0a14d8 ``` # [review] - Should command line args append or overwrite config/RC parameters? # Currently we overwrite,...
**filename** : lib/watson/bitbucket.rb **line #** : 333 **tag** : review **md5** : b6c50191344a9be3e454e249d73a84d9 ``` # [review] - Only give relative path for privacy when posted _body = "__filename__ : #{...
**filename** : lib/watson/bitbucket.rb **line #** : 282 **tag** : todo **md5** : 31546491cd844675df481310dc1571ba ``` # [todo] - Play with idea of making body of GitHub issue hash format to be...
**filename** : lib/watson/bitbucket.rb **line #** : 267 **tag** : todo **md5** : c6b521f8a16501ae7813caf8da1e5b1a ``` # [todo] - Better way to identify/compare remote->local issues than md5 # Current md5 based on...
**filename** : lib/watson/bitbucket.rb **line #** : 99 **tag** : fix **md5** : 63005a1dc174a3a608b3efa79a983baa ``` # [fix] - Crossplatform password block needed, not sure if current method is safe either #...