Victor Kovtun

Results 61 comments of Victor Kovtun

Thanks for info, I see the issue, fix should be little bit different, like to move https://github.com/eavorobiev/aiocassandra/blob/85d091d553665e1e5b4a4ff6ca4e81ebc0397a64/aiocassandra.py#L52 to first line of `def _handle_page(self, rows):` and place there `or rows is...

Hey @eavorobiev I've tried to dig deeper into that issue, but seems working fine for me... Can You add test case which raises `TypeError`? Sorry for confusing with hints to...

I've tried to reproduce it, and yes it can raise `TypeError`, but there is no need to use `execute_futures` for results which to not return anything

Maybe we need to raise `RuntimeError` if `execute_futures` is used for queries which can not return results, not sure is it possible to check it before execution

Hey @CharAct3, thats looks really awesome! Can we have a list what is not ported yet?

I’ve get quick overview how actually cqlengine executes queries, and unfortuanelly it is extremelly hard to support cqlengine, even with a lot of monkey patching

Build failed, due missing ENV variables, is there any instructions how to set them?

Hey, @jessdelacruzsantos can You take a look?

From logs that I see it more related to raven itself, does it happens same with requests transport?

Does messages in this case successfully send to the sentry on not?