Jeremy Wilmot

Results 6 comments of Jeremy Wilmot

I have the extension installed and running successfully using OS X 10.9 (Mavericks), Chrome 31.0.1650.63. Is there anything else that could be interfering with the installation? Are you able to...

The error message does sound account related. These offer some insight into service management on google accounts. I'm not sure which service would be needed here though. https://support.google.com/a/answer/45690?hl=en https://support.google.com/a/answer/182442?hl=en

This should produce the query you are after: ```ruby Arelastic::Nodes::HashGroup.new([ Arelastic::Searches::Query.new( Arelastic::Builders::Queries.terms('type', ['some type'])), Arelastic::Searches::Size.new(0), Arelastic::Searches::Aggregations.new( Arelastic::Aggregations::Terms.new('documents', 'field' => 'group_id')) ]).as_elastic ``` Some additional examples have been added to the...

https://bugs.ruby-lang.org/issues/14222 has a suggestion for how to do this: ``` require 'logger' LOG = Queue.new Thread.start { log = Logger.new(STDOUT) log.info "Now logging!" nil while log.info(LOG.pop) } trap :INT do...

https://superuser.com/questions/209437/how-do-i-scroll-in-tmux