Bobby Powers
Bobby Powers
thanks! those are all useful features. over the next week or so I'll be working on the shell which I think should address all of these. I'll leave this open...
I plan on working on `dash` support this week, but it will probably take into next week to settle out. I will update here when there is progress. Thanks for...
Hi @nloveladyallen, an update: We now use `dash` as our shell, so the following constructs work: ``` cat README | while read l; do echo "README: $l"; done ``` However,...
@MGageMorgan can you post a log of what went wrong? In the meantime, I will look into getting Circle CI setup so that I can make sure builds are regularly...
@uttpal great!
still a problem: ``` $ rm .deletedFiles.log $ rm README rm: unlink: -2 $ ls ``` (ls doesn't complete)
oh awesome, I will try this out
Thanks for the report! This is currently known behavior - curl only attempts to connect to _local to browsix_ sockets. It makes total sense to extend it (and socket code...
Sorry for the delay @nloveladyallen, I was away getting married :) (there is an excuse I can hopefully only use once). I haven't gotten to this yet, and this week...
A couple of issues here. - [x] error is being stringified, rather than accessing error.message - [x] no newline on end of error message - [x] in fact, we shouldn't...