Burak Yigit Kaya

Results 174 comments of Burak Yigit Kaya

@gaearon is there any way to prioritize this or would you accept PRs to fix it?

@berkerpeksag - what do you think about this? As long as we provide the default width to the iframe, I think not having a fixed width inside the iframe makes...

Also @rb2k - sorry for the late response =)

@Daij-Djan thanks for the suggestion. I'm assigning this to @berkerpeksag since he designed the interface. You can set your iframe width for now if that helps. In terms of server...

This may include commit frequency, issue activity of the user, issue activity of the user's repositories, number of repo watchers and if possible comment activity of the user. Actually I...

Hah! Very interesting metric ideas. Meditate on this, I will.

May be you can fork it and start that project =D Or may be we'll create something using Scala and use that as our backend service provider. Who knows?

Hi there! You should be able to get a list of users from another object like a Repo or `some_user.followers` etc. GitHub wouldn't reveal their whole user list :) I...

Oh, right! I should add this. Tried `GitHub.User.list = Many(GitHub.User, '/users?per_page=100', lazy=True)` but it needs to be in an instance so I need some more time to make this work.

Oh, thank you for bringing this up! I like the idea of plugins though I'm not use if we should have it in a folder in the package itself. I'd...