eduardo naufel schettino

Results 107 comments of eduardo naufel schettino

> Maybe we could sync on slack or whatever Sorry. I have very limited "volunteer time" for open source. So I dont do slack or chat. If you are interested...

Please make sure you install the dependencies from `dev_requirements.txt`. Can you please tell me which version of strace is installed. And provide strace output file from the failing test.

How should be the command line ? `-n cpu` ?

> Btw, the default is now 0, which is silly, you can’t do anything with 0 cpus :) it should be changed to 1 and 0 should be invalid. You...

argsparse: https://stackoverflow.com/a/15301183/64444

click: https://github.com/pallets/click/issues/549 I cant tell if this feature was implemented or not or how to use it...

Some places expect it to be a string... When I added support for `Path`, I did the **easy** way just converting it when the task is created. Since you can...

@slaperche-scality off-topic: Saw your work on metalk8s, awesome! Also glad you had only 3 (small) requests :grinning: I would really appreciate if you could contribute a success story [1] describing...

> If action is a list of strings and instances of any Path class from pathlib, by default it will be executed without the shell (Popen argument shell=False). This applies...

`result_dep` should be what you are looking for. But then you need to make sure the task it depends on has a "result" that always change. One easy way to...