Will Soto

Results 23 comments of Will Soto

Ah okay...given everything I found I thought this was well supported - especially because of this particular bit `AvroGenerator.Feature.AVRO_FILE_OUTPUT`. That particular feature is documented in JavaDoc and I found this...

No worries! Appreciate you taking the time to help me out 😄 > I assume you have also tried disabling that to see what difference it makes? If I understand...

I'll try and add a test case this weekend. Does the code I provided at least _seem_ like it should work? I am curious if we can minimize the reproduction...

@charlespierce slightly related to this, has any thought been given to pinning arbitrary dependencies that would useful to have available on the command-line? For example, it might be useful to...

Of course I didn't see #861 when I went looking for existing issues 🤦 After reading through it a couple of times, it does _seem_ like that would also solve...

An interesting observation as I was exploring this was whether or not I was using a custom `tsConfig`. I'm not sure if this has a meaningful impact on smaller apps,...

@ahnpnl I am more than willing to work on this issue since this is a big problem once there are hundreds of source files. We've seen heap usage climb to...

@ahnpnl can you point me to any possible places to start looking?

@ahnpnl That does not resolve the problem, it simply reduces growth but does not mitigate it entirely. --- After looking into this all day yesterday, we managed to reduce the...

@ahnpnl You can see in the last screenshot that we are running with `--runInBand`. All of our tests have been using the following flags for consistency: `--no-cache --runInBand --logHeapUsage`