Igor Savin

Results 407 comments of Igor Savin

Busboy 0.3.1 does come with its own issues, such as https://github.com/mscdex/busboy/issues/250 and https://github.com/mscdex/busboy/issues/251. We've recently started fixing them within our own fork (https://github.com/fastify/busboy), and also optimized performance along the way:...

@LinusU https://github.com/expressjs/multer/pull/1056 is up BTW, is there any timeline on releasing GA version of V2 api, and is there anything we can do to help it happen/

Is it safe to assume availability of tmp directory in cloud environments? Immutable containers are not widely used? Wonder if it could have a fallback or an override option.

busboy is pretty much a golden standard, and it was resurrected recently, so is a great choice again. alternatively you may go for @fastify/busboy fork if you want more control.

PR would be very welcome!

@mcollina Should we mark custom dispatchers as experimental in docs prior to release? Also I can spend some time on interceptors, if you have some ideas how to improve the...

@mcollina Can you point out places in fastify code you would recommend to use as reference? Also should I go for full-blown plugin style as fastify does, or implement minimal...

@mcollina BTW, there is no `engines` constraint for Node.js version in package.json, but CI is running on 10+. Do any older Node versions have to be supported?

@ronag Would a PR implementing (opt-in) error throwing for 4xx and 5xx responses be accepted?