mscdex

Results 571 comments of mscdex

@RezaErfani67 Not currently.

I'm not really interested in adding and maintaining this kind of "web compatibility" at this time. If downstream users of `busboy` want to add that on top, then more power...

Erm, well, it doesn't seem like I'm able to sign the CLA because Google doesn't allow me to select which email address(es) I'd like to use when setting up the...

Also, I'm not concerned about attribution or anything so feel free to make the changes manually, it's no big deal. I just want to be able to drop the rest...

What's left to get this over the finish line?

For now this kind of functionality isn't on the roadmap. Currently I manually strip out most of the server-related code, however since the async features from libmariadbclient are now more...

If we're going to open up to or change to linking with the shared library, I'd rather just remove the bundled libmariadbclient source because it does take up a considerable...

I think one of the major obstacles to removing the source from the repo is Windows users. They typically can't just `apt-get install libmariadbclient-dev`. How would we support them? Require...

I'd be more interested in knowing why there are `body` events when there is no request in progress. Do you have debug output you can share (e.g. set `debug: console.log`...

Ok, so the parser still thinks it's parsing the results from a `fetch()`. Can you set `debug: console.log` in the object you pass to the constructor (e.g. `new Imap({ ....,...