mscdex

Results 571 comments of mscdex

All that's needed now is a unit test. You'll probably have to use one similar to the last one in the SFTP test script to verify the environment is being...

Landed in https://github.com/mscdex/ssh2/commit/c19a821454a9034824425a7d6cc74991021d377e.

> Otherwise, I don't really see any reason to use this over xxhash-wasm. You're right. I should probably delete the repository and destroy any evidence that this project ever existed.

Custom schema with only a few log table fields configured. The message is displayed on the page itself, not the browser console. I didn't look to see if it was...

Just stop writing to the busboy stream.

I'm not sure what you mean. The source of your data doesn't matter, all you need to do is stop calling `.write()` on your busboy object either explicitly or implicitly.

Here's a demo: https://jsfiddle.net/1r7mjdzb/1/ If you look at the "Nested Card 1" header, the upper-right border is not rounded as expected. Similarly, if you look at the "Nested Card 2"...

This sort of thing has been suggested before but I'm still not interested in such a change at this time.

What does "the connection fails" mean? Is connection rejected outright? Is there a timeout? Is there an authentication error? Something else? What is the output when setting `debug: console.log` in...

If that's all you're getting then the TCP connection is not being established. That suggests whatever SSH client that _is_ currently working for you has some special/different configuration that needs...