Émile Fugulin
Émile Fugulin
@teelrabbit What do you need to know exactly? This is due to our language definition.
This is fixed AFAIK with the latest changes in HTTPQL, it was due to the usage of `JSON.parse` which I removed, now the string keeps the escape characters correctly.
Idea for theme (how slack does it): 
Theme is now a plugin, I consider this issue solved
Sorry for the lack of details. I meant to come back and fill the details. The base and most useful case is simulating a network failure/disconnect (usually an EOF) mid...
Yep that is exactly my thought @konstin, I would like to try our logic for cloud connectivity and ensure that the code reacts correctly when the network is unstable.
Also facing this issue, kinda of annoying...
It in fact quite useful, but it should do a better job at being compatible
For reference, the node implementation uses spawn under the cover: https://github.com/nodejs/node/blob/1720b18260d7f4bbd9fe0d2cbbbb05cc33e7f945/lib/child_process.js#L323 and they do in fact set a listener on `'data'` to accumulate their callback value. We should go that...
@nithinkjoy-tech Do you plan on finishing the PR?