Charlike Mike Reagent

Results 824 comments of Charlike Mike Reagent

Published v4 RC on `formidable@next` using a fork of the [`@mjackson/multipart-parser`](https://github.com/mjackson/remix-the-web/tree/main/packages/multipart-parser) with several limit options and other tweaks i don't like there. We can't just build directly on top of...

The tests in `test-node/standalone` are not actually working. They all fail at parsing level, erroring with ``` FormidableError: MultipartParser.end(): stream ended unexpectedly: state = PART_DATA ``` All tests in general...

My current workaround is to detect if it's `data:` url, download it to the `assets` folder and rewrite the url of the request as it's trying local file and deleting...