Szymon Nowicki

Results 27 comments of Szymon Nowicki

### Linux `Linux fra 3.13.0-52-generic #85-Ubuntu SMP Wed Apr 29 16:44:17 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux` ``` ping6 2600:9000:200c:6200::12eb:9d80:93a1 -c 2 PING 2600:9000:200c:6200::12eb:9d80:93a1(2600:9000:200c:6200:0:12eb:9d80:93a1) 56 data bytes 64 bytes from...

### Mac (10.13.4) `Darwin HOSTNAME 17.5.0 Darwin Kernel Version 17.5.0: Mon Mar 5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64 x86_64` ``` ping6 2600:9000:200c:6200::12eb:9d80:93a1 -c 2 PING6(56=40+8+8 bytes) 2a02:908:c61:dd00:a1a5:3a00:4076:ee41 --> 2600:9000:200c:6200::12eb:9d80:93a1 16 bytes...

It seems it's happening only on ARM. We're debugging the same problem over here. Same codebase, works on Intel Mac, doesn't work on M1 Mac.

Our debugging so far showed that it's somewhat related to how parcel uses cache. We have a massive file that exports around 1000 react components. When we comment all exports...

From my observation "no-cache" makes it even worse. I suspect there's some weird memory problem. By "related to cache" I meant that if more is cached then problem disappears.

Now I got the same errors on my Intel Mac. What changed is only we updated a dependency which holds all our corporate icons. The file count grew from ~1200...

We did some additional tests and it really seems like if you try enough times it eventually builds up enough cache to not expose this (probable) memory issue and start...

I have the same problem. Only happens in production mode. I've spent Friday debugging it but all I found was that when there's this kind of code: `import React, {...

I tackled this in the end by creating extension that replaces them. It's been quite a while on production and nobody complaints, so I assume it's works as on GitHub....

+1 I agree on this. It looks like `-webkit-hyphenate-character` works since at least few years in Chrome but it's super hard to know exactly where it doesn't. Now when I...