Jean-Sébastien Pédron

Results 106 comments of Jean-Sébastien Pédron

I agree, it makes sense to make them auto-delete queues.

About command versioning (idea 2), do you mean the code calling Ra would pass a version with each command, as a new argument? Yeah, I feel this is the responsibility...

I added a `wait_for_servers_exist_in_delete_cluster` application environment variable to toggle the new behavior I propose, plus a `delete_cluster/3` function to let the caller choose the behavior in the arguments. I forgot...

I should have added more context to the issue's description. Khepri's testsuite did that: ``` _ = ra:delete_cluster(ServerIds), _ = supervisor:terminate_child(ra_systems_sup, RaSystem), _ = supervisor:delete_child(ra_systems_sup, RaSystem), ``` I tried replacing...

Hi! I never had the time to work on the serialization of YAML unfortunately. I would more than welcome such a huge improvement to this library though!

Awesome! Thank you for the feature :) Could you please add a testsuite as well?

I suppose this needs some manual intervention: the patch pointed out by travisbot introduced the problem: it whitelists `libunwind8` where only `libunwind7` is available in the Ubuntu Precise repository.

AFAIK, Windows enforces filename encoding to UTF-16 (LE?) on disk. Our use of `cmd.exe` is the source of the problem because I think it uses legacy encodings like ISO-8859-1(5) on...

> What would you think about an ETS-based LRU cache for this? Would you be open to a contribution? Yes, feel free to experiment!

So your idea so far is mostly to have this locking be a simple "snapshot" of the dependencies' details at the time of the `make lock` command. If a dependency...