Results 8 comments of Eóin Martin

Just a note that this error message is still occurring when Github has operational issues as has been the case the past few days. This issue was the only way...

> Does anyone know what needs to be done in the code to get this working again? It crazy annoying and I'm happy to dedicate some time today to fixing...

That's a good point actually. I could implement that in the future (With Holder.js as a further fallback if no gravatar). The main reason this wasn't utilized was purely because...

I know it's a bit late, but it anyone is having similar issues, this is how you fix it: Edit the `build.gradle` and change `compile project(':trakt-java-git')` to `compile 'com.uwetrottmann:trakt-java:4.3.0'`. That's...

Hi @rahmanmofizur, 1) This info is from trakt, go to https://trakt.tv/oauth/applications and create a new application and it should give you `trakt_client_id` and `trakt_client_secret`. 2) `trakt_redirect_uri` is something you input...

Thanks for this, I remember that I did initially use the Google CDN to deliver these scripts but I think I swapped it for locally hosted scripts when I was...

I'll look into this in the coming days, might be a versioning issue On 1 January 2013 19:33, sigmatht [email protected] wrote: > No prob... Only thing I've noticed is that...

Any possible chance to make it so the 'onCreate' callback is only called if you select the token i.e. press 'enter' when '(Create new Token) is showing, right now it...