Ryan Giglio

Results 14 issues of Ryan Giglio

Currently you can require('tablesort') to get the basic functionality, but there's no way to require the additional sorting functions into a Browserify project.

I'd like to support [`statuses/user_timeline`](https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline), [`favorites/list`](https://dev.twitter.com/docs/api/1.1/get/favorites/list), and [`lists/statuses`](https://dev.twitter.com/docs/api/1.1/get/lists/statuses) before v1.0. After those, any other endpoints are a bonus. A complete list of the API v1.1 endpoints can be found at...

enhancement

I know that your server needs to have cURL installed. Not sure what else is required setup-wise but they should be listed.

enhancement

I'd like to include a list of officially supported browsers. I've never tested this in anything but Chrome for Mac since that's the only environment it's lived in so far....

question

I'd like all the plugin files to be in the root and the sample files to be in a `/demo/` folder so that the demo can include functioning API keys...

enhancement

It looks like this on Github: http://d.pr/i/QOZh and this in my code editor http://d.pr/i/bMly

bug

When the autoRefresh flag is false I'd like to implement an "x new Tweets, click to refresh" link that appears like on the Twitter.com timeline. Currently with autoRefresh off there...

enhancement

I've had to animate opacity from 0 to 1 because starting the new tweets as hidden and using fadeIn() to show them didn't work (they just suddenly appeared). This isn't...

bug

Right now the animateOut option exists but doesn't work. The animation I'd like to have most is that the leaving tweets fade out, the tweets that are staying slide down,...

enhancement

I want the sample.html page to have some different examples of usage, as well as code snippets and a snazzy design (preferably matching the Github page in [this issue](https://github.com/ryangiglio/jquery-tweetMachine/issues/1)

enhancement