Marc-Antoine Perennou

Results 27 issues of Marc-Antoine Perennou

would allow us to do things like git diff sarkozy-1..hollande-1

If I try to publish a message to a queue that no longer exists with the mandatory field set to true, the publish "succeeds", but then if I try to...

Currently, when using GetIterator, it is not possible to reply to the sender (using the reply_to header for example) as the GetIterator already holds a mutable reference on the channel....

For now, the consumer handles new deliveries one by one. It would be cool if we could say something like "handle 10 messages in parallel"

I need to handle several message in parallel so I couldn't use a consumer (see #38), I'm thus using the GetIterator approach. I have some code that looks like this:...

In several places, on the same screen, there are mentions of both password and passphrase to refer to the same pass_phrase_ It can be really confusing for a newcomer.