mscdex
mscdex
One reason I've been opposed to this is that there is no way to support something like that without requiring a compiler, something I have been trying to avoid. The...
No idea. I have yet to look to see what the differences are in the new file format.
I'm not entirely sure what part of `ssh2` you envision this being used in?
The reasons why I'd like to remove this: * While bundling an executable to communicate with the pageant process is nice because no build tools are required, it is not...
> What about moving all ssh-agent related (client and server) to a dedicated repository / package ? I'm less inclined to do this because it would mean needing to keep...
@rathboma At this point I'm less inclined to create/maintain such a separate module myself, but if someone else wants to pull the existing code out into a module and maintain...
I don't really have an objection to this, but I would prefer to mirror the node `fs` API. Just recently there was a [feature request](https://github.com/nodejs/node/issues/15699) opened in the node repo...
This should follow the same pattern as the other config parameters and should be documented as well.
Can you provide an example to reproduce the problem and include which node version you're using? A connecting or connected socket would always have `.writable === true`. Recent node versions...
I was under the impression you were only calling `client.destroy()` in your code, not `client.end()` followed by `client.destroy()` (aside from your test in this issue).