Tyler Hayes

Results 16 comments of Tyler Hayes

![sadmichael-charliebrown](https://f.cloud.github.com/assets/344623/119188/0318e0ae-6c9b-11e2-8933-f8be44f4c21c.gif)

Good opportunity for the repo to switch over using local variables for the docs so we can future-proof these kind of shenanigans.

Another way to fix this in the meantime would be to pass `:ident` in the value instead of the parameter name. ``` disqus.threads.details(forum=settings.DISQUS_SHORTNAME, **{'thread': 'ident:some_id'}) ``` Or if you were...

@arikfr I included quite a bit of extra reporting for multiple sites in #33, as I mentioned. I've also already moved on to using other projects to accomplish my goals...

I just had this problem with a few URLs too and there were varying reasons. For those still having this problem, two recommendations: 1. Try curling the URL in a...

This lib actually really does need `cursor` because Twitch's API only allows `offset` to a max of 1600. After that they tell you to use a cursor: https://github.com/justintv/Twitch-API/issues/647 So you...

This lib is amazing but yeah motion very much seconded for more docs :+1: :+1: I've spent a couple hours now today digging around the code to get everything working

@bmoweb I think this is always going to be an issue unless Apple says it's OK to do. My app Slapshot was rejected about a month ago when I tried...

@alexbutum pull requests #25 + #21 are an attempt to resolve this

Was this ever fixed in another commit?