Oscar Rendon

Results 22 comments of Oscar Rendon

@dimsmol @elfet does it work correctly for you when specifying your elixir bin path on `env { path }` ST3 configuration?

Hi @MrDHat, project description shows up as a tooltip on each row icon ![screenshot from 2014-06-30 08 56 28](https://cloud.githubusercontent.com/assets/1316543/3430384/14705e12-0061-11e4-869e-bf516a2490f1.png)

That being said we prolly need a more convenient way to show up full repo details and stats, maybe a modal or something, thoughts?

What an awesome feature @gomayonqui :+1: Btw, would be nice to add repos synchronization to sidekiq queue too. See [users_controller.rb](https://github.com/orendon/contrib-hub/blob/master/app/controllers/users_controller.rb#L20-L26) Currently repos sync occurs during user sign in/sign up which...

@gomayonqui did you figured out the sidekiq start/restart issue locally? Vagrant image provided would be ideal for that

Related to #10

I completely agree, all user data should be created at once, also updated through background tasks. Currently working on some cleanup/refactoring to improve the codebase before jumping to next exciting...

Agreed, controller should be re-factored so we don't have to merge repos https://github.com/orendon/contrib-hub/blob/master/app/controllers/users_controller.rb#L20-L26

Confirmed bug :bug: **Some repos** have the wrong url

[here](https://github.com/orendon/contrib-hub/blob/master/app/models/github_utils.rb#L34) we're taking the `html_url` attribute from the [github response](http://developer.github.com/v3/repos/#list-user-repositories), we need to check if we're storing the rigth one and validate if we're getting the right value from github...