seanlis

Results 4 comments of seanlis

a simple patch to solve this ``` diff --git a/lixian_plugins/commands/aria2.py b/lixian_plugins/commands/aria2.py index 5f5e28f..1caad8f 100644 --- a/lixian_plugins/commands/aria2.py +++ b/lixian_plugins/commands/aria2.py @@ -47,10 +47,10 @@ def export_aria2(args): print export_aria2_conf(args) def download_aria2_stdin(aria2_conf, j): -...

On 04/30/2014 08:32 PM, ... wrote: > Can you try something like: > > |lx config -- aria2-opts "-x 10" > | > > — > Reply to this email...

Would this issue ever get fixed? It has been there for almost a decade. I spent one whole day to add named_mutex and named_condition to my windows apps, and then...