Thomas Burette
Thomas Burette
Ok, I'll give shell a shot. I tried to think of scenarios where it would cause problems such as: - doing bad stuff in the string (such as redirection) -...
> That said, if I failed to find an efficient way to implement wildcard > support for none-shell mode, we should just switch to shell mode entirely :P > I...
I don't think it's a good feature in the context of _learning_. I recently learned a bit of CISCO ios (a CLI to administer routers). I used autocompletion from the...
Thought the same. It would also be good for it to accept both string and Buffer
I recommend this to learn node stream : http://nodeschool.io/#stream-adventure
>**dataclasses were designed to be editable data containers**. If you really need read-only fields, you shouldn't be resorting to dataclasses in the first place. That's not true. The dataclass decorator...
There is one thing I don't like with the solutions proposed in the article and in the comments : they are all tricky and subtle. It's easy to get something...
1000 is a registered port. Try using a port above 1023. It might fix the problem. I am also surprised by the `failed: Success` message. Have you tried connecting despite...