Tetsuya Morimoto

Results 18 comments of Tetsuya Morimoto

I found _tags_ handles multiple category values. We have a workaround. ``` python >>> data.feed.get('tags') [{'label': None, 'scheme': u'http://www.validome.org/cat1/', 'term': u'category/subcategory/subcategory2'}, {'label': None, 'scheme': u'http://www.validome.org/cat2', 'term': u'category/subcategory/subcategory3'}] ```

@medvedev1088 Thank you for your review, and I'm sorry my reply is too late. I learnt that getting balances from addresses in blocks/transaction may not be exact. My use case...

I'm just looking about what the difference between cerberus and jsonschema is. And then, I found this issue. Adding some documentation into cerberus for this is helpful for a new...

The *Consume* method doesn't take context for cancellation. ```go func (ch *Channel) Consume(queue, consumer string, autoAck, exclusive, noLocal, noWait bool, args Table) (

I implemented #192 as a basis for discussion.

First of all, I also think `ch.call(...)` should take context and should be canceled in the future. In your example, `Consume()` may block with the current implementation since `ch.call(...)` may...

@ncw This issue was fixed? waiting for merge into master?