Results 32 comments of Chung-chieh Shan

Indeed, Python's common sequence operations make it easy to support ``` inputs=[['a', 'b', 'c'], ['c', 'd', 'e']], output=['b', 'd'] ``` and ``` inputs=["abc", "cde"], output="bd" ``` with the same code.

For what it's worth, @samth and I figured out a set of paths to grant `exists` permission to by setting the environment variable `LD_DEBUG=libs`