condemil / gist

Sublime Text plugin for creating new Gists from selected text
MIT License
725 stars 136 forks source link

Plugin not pulling in all Gists - only pulling in recent ones #156

Closed omurphy27 closed 10 years ago

omurphy27 commented 10 years ago

I've been using your awesome plugin (with Sublime Text 2) to pull in commonly used code snippets which I store as Gists and it's been working perfectly until recently.

It still pulls in gists, but only the recent ones, and a lot of my older ones aren't being pulled in - they're completely ignored.

In the settings, I have it pulling in everything, not just starred gists, so that's not the issue. I also know that it can only pull in 100 gists at a time (the github API limit apparently) but it's not even doing that. I barely have more than 100 gists and it's not pulling in almost half of them.

Any ideas?

omurphy27 commented 10 years ago

Looks like my issue is the same as the one here: https://github.com/condemil/Gist/issues/144

I'll close this issue so we don't have duplicates, but the problem is still unsolved.