Venkateshan N

Results 4 issues of Venkateshan N

my shoryuken middleware is failing with this error : ``` can't add a new key into hash during iteration :: ["/data/helpkit/shared/bundler_gems/ruby/2.3.0/gems/activerecord-3.2.22.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:375:in `[]='", "/data/helpkit/shared/bundler_gems/ruby/2.3.0/gems/activerecord-3.2.22.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:375:in `establish_connection'", "/data/helpkit/shared/bundler_gems/ruby/2.3.0/gems/active_record_shards-3.2.1/lib/active_record_shards/connection_switcher.rb:194:in `establish_shard_connection'", "/data/helpkit/shared/bundler_gems/ruby/2.3.0/gems/active_record_shards-3.2.1/lib/active_record_shards/connection_switcher.rb:162:in `switch_connection'"] ``` We...

While fetching all the direct message events using `listDmEvents` call, we need to mandatorily pass `pagination_token` in the request. However, for initial request, we don't have to pass any token...

If the number of partitions on a given topic is increased, ideally the consumer should register automatically for those partitions and start consuming the events. In our case, the consumer...

Twitter is going to move away with v1.1 APIs and focussing more on V2 apis. Is this library compatible to be used with Twitter V2 APIs. path variable in `T.get(path,...