Vishnu Narang

Results 4 issues of Vishnu Narang

The gem was tied with `:email` as the user identifier. Which meant, someone using devise for authentication cannot use this gem for token authentication if their user model has `username`...

…colored gem which is a dependency for other gem. Further description: Updating the way Konacha uses `colorize` gem so that it does not conflict with other gems. Colorize conflicts with...

Konacha uses `colorize gem` as a dependency to color the "dots" to indicate the tests. Where: `/konacha-4.0.0/lib/konacha/formatter.rb` The `colorize` method is in conflict with the `colorize` method in the **colored**...

This is an attempt to do graceful failover by re-trying at the lowest level. (This isn't ready to be merged in master for makara but we'll use this branch) Example...