Benoît C

Results 8 issues of Benoît C

Hello, we've got an error when the conection / initialization is still ongoing: https://github.com/jonathanslenders/asyncio-redis/blob/master/asyncio_redis/protocol.py#L832 we cannot be sure that this task is finished before starting to talk to redis (for...

hello, would you please upload tags on github for each release ? We can't find them in https://github.com/jonathanslenders/asyncio-redis/releases Thank you

Is there a blog post or something where you explain what exactly you put on the plugins/*json to describe how to display new data ? I would like to write...

The goal is to get rid of the callback, which is imho a non-sense in an asyncio context. the new Channel::consume method now returns a MessageQueue objects which can be...

the AMQP login method is only AMQPLAIN. We should write the whole possible method, based on pamqp methods now.

For the moment, the current regex only changes the shebang of binaries installed in the venv (e.g. $VENV/bin/whatever). The Activate script is not modified, so the $PATH set is wrong...

bug
unconfirmed

Is there a way to add some methods / function to know if a state is available from another state. What if this method returns None or the available transition...