Simon Jang

Results 10 comments of Simon Jang

I got the same issue. I've tried the minimal example as well but I don't see any changes in the font. - Node 14 on AWS Lambda with chrome-aws-lambda layer.

@deepsyx Thanks for the tip!

> The AWS support told me that they were able to replicate this behaviour on their side. > However they have no ETA for this fix... Any update on this?

What is the desired behavior here? Asynchronous behavior in constructor is undesired in my opinion. Perhaps there needs to be a `.init()` or `.connect()` method that covers the asynchronous behavior...

I don't think it's possible to stream to S3 unless you know the exact file size when calling the S3 API, which is something you don't really know when mutating...

@balazsbotond I wouldn't mind messing around a bit for option 3, if you need help. Might be better to compare some of the options if we have something to compare...

@balazsbotond I haven't found much time the previous week to work on this. I'll give it a go this week.

I fixed the log with the glob pattern. How do you see the implementation of the ignored files? I need some more information before this could actually be implemented. -...

> @sQVe There you go: > > [k0pernikus/repro-destiny-76](https://github.com/k0pernikus/repro-destiny-76) > > ``` > git clone [email protected]:k0pernikus/repro-destiny-76.git && cd repro-destiny-76 > npm ci && npx tsc > ``` > > The error...