will Farrell

Results 170 comments of will Farrell
trafficstars

Thanks for reporting! Do you think you could write a failing unit test? Take an attempt at a PR to resolve?

I did a little digging, might be related to the `Content-Type` header. We use `busboy` to parse the request body. https://github.com/mscdex/busboy/issues/341

Closing due to lack of feedback. Please reopen if adding `Content-Type` doesn't resolve the issue.

Looking at the two implementations: `lambda-multipart-parser` ``` file.on('data', data => { uploadFile.content = data; }); ``` This means it can only handle files up to a certain size. `@middy/http-multipart-body-parser` ```...

@ajaz-ur-rehman Thanks, I'll add this to the docs.

Sending a list of icon names and getting the zip file back would be idea.

I was using a hacked solution https://github.com/willfarrell/font-awesome-auto-sub-set/blob/master/font-awesome.php but now it gets a 301 response. A simpler and direct solution is preferred.

I just tested `6.0.0`, I don't think it's working (without throwing an error). pipelines that end with `copyFrom` are now hanging after they're complete. ``` await pipeline( ..., db.query(copyFrom(`COPY ......

I'm using node v14 I've been thinking on this, it may have been due to other processes. I'll do some testing an create a new issue if it actually an...

Thanks for taking a deeper look. That seems to have done the trick, working as expected now. Is it worth adding node v16 to the ci list, just in case?