James

Results 7 issues of James

Hello, This tool looks great so far. I notice that I can set the nodetool path, so I tell the script where to find nodetool. However, if the JMX setup...

Hello all, I was wondering about how to handle feeds being trimmed. For example, in the BaseFeed class, any call to add an item will call self.trim() randomly, which trims...

Two questions regarding feed trimming: 1) By setting trim_chance to a negative number in my custom feed class, would that be enough to never trim a feed? I read the...

Is there any upcoming support for notification feeds based on Cassandra? I am trying to do this myself, but I am having difficulties understanding how to implement counts and 'mark...

Some OG tags are not found if the tags are in the body, not the header. Currently the code only checks doc.html.header. Will provide a fix to search all HTML...

…r (as some sites improperly put og tags in the body)

It seems that PyES does not support "cross_field" queries (or any of the newer types) for Match or MultiMatch queries. For reference, here is a link to some [docs](https://www.elastic.co/guide/en/elasticsearch/guide/current/_cross_fields_queries.html). Is...