Davide Prati
Davide Prati
Sorry, but I do not get your approach. Do you think it is a bug or an error in how I've installed your library?
I think that the problem is that your script is making a request for a single repository and then format it. But it probably should make the requests for all...
I can confirm that it works with 4 cards but it is broken with 6
@yury-dymov it is still not working, also when the script is in local http://davideprati.com/tools. It was working yesterday.
It is still not working, and in your website is also not working 
@atd if your website is hosted on github, you have access to all your repository without making an API call to github. I've used the css style provided by this...
Some users where reporting it was with the CDN, I did not investigate
I'm using jekyll hosted on github, there is a global variable with all the repositories. If you are interested, have a look at https://github.com/edap/edap.github.com/blob/master/tools.html
same problem for me. I'm trying to install padrino on dreamhost (shared hosting). If I run bundle install it seems that all the gems are correctly installed in my .gems...
Installing the gem from the github repo fixes the problem for me. ``` bash gem 'http_router', '0.11.0', :git => 'git://github.com/joshbuddy/http_router.git' ```