Yves Bastide

Results 44 comments of Yves Bastide

Hi, Instead of changing resolv.conf, it may be better to use either `resolvconf(8)` or `systemd-networkd(8)`. I can take a stab at a resolvconf-based solution, but I'm not sure how, where,...

[Speculating] Could we use metaclass thingies to defer the call to `__init__` or wrap somewhat the future arguments?

Sorry, no pointer found... `__metaclass__`, `__new__`, `__call__` or some such things, but it's hand waving...

No magic, just metaprogramming :-) It's easy, really. Just parse `__init__`'s arguments. If any is a Future, replace it with its `result` getter :wink: (I discovered a really marvelous implementation...

"check your logs": Ha! 🙂 Yes, seems reasonable

Yes, simpleflow would be nice to have on non-Posix platforms... Using Cygwin may be a solution when psutil supports it; however, it's quite heavy itself. I think I'd try to...

Yes, that's a possibility I guess. Or maybe we could go higher-level and use `multiprocessing.Pool` and such (waving hands)? I mean, our needs should be covered by the stdlib already...

Hi Frederico, simpleflow's configuration looks a bit misdocumented :-/ The examples work for me with - creds in `~/.aws/credentials`: ``` ini [default] aws_secret_access_key = aws_access_key_id = ``` - no `~/.swf`...

Hi Fabio! Unfortunatly, simpleflow doesn't currently support Lambda functions. We plan to add them, but after landing child workflows and signals support, so hopefully in the next few weeks if...