Pedro B. Arruda

Results 38 comments of Pedro B. Arruda

So... nothing is ever as simple as it seems. So, the idea behind `yaque` is that you open a _transaction_ every time you take elements from the queue. Then, you...

I see. So... I'm afraid it can't be done the `Stream` way, because `RecvGuard` takes a `&mut Receiver` internally (and it needs, too: access to the recv side of the...

So, an idea for you is to implement a [Dead letter queue](https://en.wikipedia.org/wiki/Dead_letter_queue). Create a secondary queue and dump all faulty e-mails there. Then `select` from both queues to run the...

Hey, @jadamcrain see PR #35. Will that solve your issue?

Yes, that is the intended purpose of recovery. No, it doesn't negate the lock files, because it also looks at the processes in the OS. Each lock file has the...

So, I am drafting a new PR, which will lead to a new minor release. I will try to include it in there.

Oh, crap! Committed a lot of stuff to that branch. Ignore PR #10 and create a new one!

On v0.4.0, it at least points to the line and column of the error (and there is a bit of ANSI term fluff thrown into).