Ken Rimple

Results 9 comments of Ken Rimple

Could it be AirBnB drops support for React Native = no more updates to Enzyme React adapter? There was a comment on a post I've referenced below mentioning the trouble...

Thanks for clarifying. Not implying anything negative about the project or your hard work. Just wanted to know if it correlated. I just edited the orginal comment above. It reads...

And it turns out the project I was testing used create-react-app and what fixed my issue was upgrading the jest-runner to the latest version. I was digging deep into a...

n.b. the current released version does not exhibit this crash. v0.9.4 - I will stay on that version until this is resolved.

Awesome, thank you! > On Sep 1, 2022, at 12:52 PM, Raphael Araújo e Silva ***@***.***> wrote: > > > I can confirm this problem. On my side it happens...

We ran into the same issue in our test application. Switched to NodeJS 12.4.0 and webpack built without an out of memory error (so far). But it fails on node...

Also, just launched via ``` node --max_old_space_size=4096 /path/to/nodejs/bin/yarn start ``` This was on 10.15.2. Node 12 increased the heap sizes automatically, which is why it worked.

did you use `max_old_space_size` rather than `max_old_space`? Just curious. I agree, it needs to be fixed so that this isn't a problem. Am worried that suddenly we'll run into this...

I've been experimenting with docker-compose having different containers in stay-open mode for each Lambda, and I figured that I'd just pass the endpoint url and ARNs for each Lambda to...