Andrew Svetlov
Andrew Svetlov
@pepoluan invitation is sent
There are pending pull requests and open issues
Nothing strange: supporting high-quality software is much more complex task than simple project creation and publishing it on PyPI.
Sorry, `**kwargs` is a bad option for many reasons, the lack of typing info is on the list. Please enumerate all missing args explicitly as we do already for a...
Could you find a time for the issue?
Looks like a great idea. Would you prepare a pull request? Tests are required, they should be an easy excercise.
Sorry, I cannot find `mktar_from_tar` function in the project.
I think a separate function is needed. The function should not accept `dockerfile` argument but a folder (with dockerfile inside usually) to archive.
It is the hard question. By catching `KeyboardInterrupt` user has no chance to stop the program. I don't sure if the behavior should be changed.
I have a feeling that the problem should be fixed by asyncio itself somehow, not by aiojobs. Otherwise, every asyncio library should catch and process `KeyboardInterrupt` on every `await` expression.