Hugo Wang
Hugo Wang
Doing this in xonsh: ``` with open('foo.txt', 'w') as f: for i in range(10000): f.write('{}: {}\n'.format(i, i ** 2)) ``` xonsh prints 10000 lines of output of `f.write()`, which I...
Hi, I like this tool! very cool! It would be nice if snatch could provide a alternate progress bar like the `-a` option in tool `axel`. Because I will use...
When honcho is used as Pid 1 (in a container), it need to reap zombie processes. Ideas on this?
``` $ man sed | grep version ^ green ^ green ^ black ^ black ```