Mehdi Achour
Mehdi Achour
A pull request updating the example would be more than welcome. Would be more than glad to help if you have some spare time to take care of it!
@tavoyne We'd be more than glad to review a PR with the changes you've mentioned!
Re-opening issue as requested by @rumours86
I feel that adding 26 tiles to our sprite is a bit "too much" for people using only Facebook or Twitter. Documenting how to use your own images would be...
Confirmed, I see this problem on the Cache component too, where getValue() returns NULL instead of false when checking for a key existence. Redis returns "-1" when a key is...
You may want to ask on https://github.com/fancyapps/ui instead
@finwe I'm not really sure about your first bullet point, as we're talking about 19M (it just took me 26 seconds to clone Jake's repo). If the end user doesn't...
Just saw the two new repositories created. Is this finally happening ? :) Let me know if I can be of any help.
GitHub API v4 (GraphQL) doesn't allow unauthenticated requests as far as I know. I've been wondering about using `dotenv` to allow maintainer to declare an oAuth token for the REST...
It's possible but only for contributors: https://api.github.com/repos/gitpoint/git-point/contributors?per_page=100 or collaborators: https://api.github.com/repos/gitpoint/git-point/collaborators?per_page=100 (requires auth) This is what I used to code the new `check` command. There's no current REST endpoint that receives...