mscdex

Results 571 comments of mscdex

No idea then, the error is probably coming directly from the server. You'll have to determine the cause and then put some kind of limit/check in place to work around...

Yeah, mouse support has been in the [TODO](https://github.com/mscdex/node-ncurses/blob/master/TODO) for a long time now. As far as I know it should be possible to implement, it's just a matter of taking...

I think the way it'd have to work is we'd pass a callback as the last argument that the end user would call with either an error or the generator...

For MySQL/MariaDB about your only option would be to have a binlog "tailer"/parser. See for example [`mysql-live-select`](https://github.com/numtel/mysql-live-select)/[`zongji`](https://github.com/nevill/zongji).

There's an upstream bug report about this [here](https://jira.mariadb.org/browse/MDEV-8973). It looks like it was fixed in the next version (10.1.9) after the one currently bundled (10.1.8).

You're not trying to use `mariasql` from the browser are you?

@flongo How are you trying to use the addon? You can replace the `addon = require(..../Debug/sqlclient)` in the lib/Client.js with `throw ex` to get the real error.

`imap` doesn't return Promises from its functions, so having `await` is useless and could be causing problems with expectations?

Are they connections to the same host?