Tim Haines

Results 13 issues of Tim Haines

My Gemfile contains these and more: source :gemcutter source 'http://rubygems.org' source 'http://gems.github.com' gem 'hoptoad_notifier' When I run bundle install --path --deployment --without development test I get the error: Could not...

Using sitestreams, sometimes messages are split over multiple lines (possibly in userstreams too - I don't know?). There's a few changes that need to be made to handle split lines...

To work around this, added @state = :init to unbind. This way when the reconnect occurred, receive_line treated it like a new connection again - and reset the reconnect_retries if...

The json parameter passed into autoLinkWithJSON gets mutated here: https://github.com/twitter/twitter-text/blob/master/js/twitter-text.js#L683 The means that if you have tweet text with emoji at the start, and some links / usernames after the...

Thanks for this module, it's very useful to have it wrapped up. I see the sanitize() function is very conservative and strips a lot from the html. I'm wondering how...

**Describe the bug** If you start LOL via run as administrator, getting the MainModule of the process raises an exception. It turns out Riot has a page [telling users to...

bug

If you use autoLinkWithJSON, only 'name' of @name is linked. The @ is not linked. According to Twitter's display requirements, the @ should be linked too.

If you run autoLinkWithJSON multiple times with the same text and entities, it produces a different result. ![image](https://cloud.githubusercontent.com/assets/19700/2855446/935ddf26-d15c-11e3-8118-68422f14d967.png)

Photo media urls have extra characters inserted before them. I'm not sure if it requires emoji in the tweet to make it break - perhaps. ![image](https://cloud.githubusercontent.com/assets/19700/2857738/04c5e842-d17c-11e3-8d35-38d3f8531c2d.png)

Thanks for timemachine, it's great. One thing that's a bit surprising is that it changes the date just by being imported, instead of doing it on an .activate(), .freeze(), or...