Ryan Siddle
Ryan Siddle
The update to Event Machine BufferTokenizer initalizer now gives wrong arguement amounts. ``` ruby /Users/ryan/.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/eventmachine-1.0.7/lib/em/buftok.rb:15:in `initialize': wrong number of arguments (2 for 0..1) (ArgumentError) from /Users/ryan/.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/twitter-stream-0.1.16/lib/twitter/json_stream.rb:206:in `new' from /Users/ryan/.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/twitter-stream-0.1.16/lib/twitter/json_stream.rb:206:in `reset_state'...
When the model is updated, the current where clause checks against all permalinks for the model including its own ID which will always return true. Therefore it should be excluded...
On this line https://github.com/olkarls/has_permalink/blob/master/lib/has_permalink.rb#L56 the permalink searches for itself so if you update a model, it always appends a number which isn't correct. Instead the 'where' clause should tell it...
A working solution for issue https://github.com/capistrano/composer/issues/58
Not all systems have a binary on the path for `php`. Systems with multiple PHP versions installed generally append the version number to the end. For example: ``` which php72...
There appears to be an issue where the fog_public option is not maintained in the delayed background. I'm overriding the fog_public method and it's just hitting the 'true' response each...
I'm working on a project to expand search engine crawling outside the Google and Bing ecosystem. While I understand that DuckDuckGo uses Bing, amongst other sources, the DuckDuckBot is occasionally...