This repository was archived by the owner on Nov 21, 2020. It is now read-only.

Description
I have noticed passing a set of commands via the run command is finicky. If there is an empty line, just a newline or a line contains just white space, the commands will not process.
After running strace it seems that the process is blocked on the read process;
write(4, "docs <- Corpus(VectorSource(unli"..., 64) = 64
read(5, "docs <- Corpus(VectorSource(unli"..., 8192) = 64
read(5, "> ", 8192) = 2
read(7, 0x7fcb142e56f0, 8192) = -1 EAGAIN (Resource temporarily unavailable)
nanosleep({0, 1000}, NULL) = 0
write(4, "toSpace <- content_transformer(f"..., 71) = 71
read(5, "toSpace <- content_transformer(f"..., 8192) = 73
read(5,