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
I reported this upstream also (purescript-node/purescript-node-streams#15), but I regularly run into problem where if I try to send more than 16KB of data, the node streams will fail to write because of their "boolean flag for successful write" with event listener attaching monstrosity.
Is there an easy way for me to work around this somehow?