mscdex

Results 571 comments of mscdex

@paulobezerr I'd be open to a PR to update this addon if someone has some free time. If you're not familiar with `nan` already, you can use some of [their...

It hasn't been merged yet because I haven't had time to make sure it's the right change in the right place.

How did you install? Were there any compiler errors?

If you did that, you didn't actually build the addon. You should be able to just `npm install mariasql` which will download _and_ build the addon for you. Otherwise you...

What OS/platform are you using and what node version?

Ah ok, I'm not very familiar with that platform. Assuming this is similar to the case with ARM, do you have a `ucontext.h` in your `/usr/include` somewhere?

I still prefer to check and only use utf8 if the server explicitly supports it. A slightly better way to handle the encoding might be to just do `source.setEncoding('binary')` or...

I've decided to go about this slightly differently in ebb0fabba7, which should be more efficient. Can you please test the master branch and let me know if that works for...

`ssh.putFile()` is from some other module, not `ssh2-streams`.