You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using popen() is kinda convenient, but opens up problems like #100, and leaves that annoying sh -c process between us and our subprocess. Just set up the pipes and redirections ourselves.
The text was updated successfully, but these errors were encountered:
Using
popen()
is kinda convenient, but opens up problems like #100, and leaves that annoyingsh -c
process between us and our subprocess. Just set up the pipes and redirections ourselves.The text was updated successfully, but these errors were encountered: