GrosSacASacs
GrosSacASacs
Is it an issue inside koa-better-body or formidable ?
What is SCA ? The code from before already removed some characters from the file extension. But not always. So it was inconsistent. The new code cuts the file extension...
> go async/await and promises; possibly drop callback APIs entirely Maybe do a mix in v3 and in v4 drop callback
It is not possible currently. file.path has to be modefied sync during fileBegin otherwise it has no effect
As long as it is not included in the default formidable export , I am in favour about adding extensions
After https://github.com/node-formidable/formidable/pull/689 is merged I will open another PR for the filter branch. Ideally we fix: the few failing tests (may require some deep untangling of code)
One one the first thing I want to do is https://github.com/nodejs/node/issues/38231, this will get rid of all the issues around multiples: true
I created a 3.x branch and opened its first PR for ES Modules
@tunnckoCore about your first comment first example, I think it is confusing that the pipeline function returns a promise and not a stream. Also it would have the same name...