Martin Sanders
Martin Sanders
There was this: https://github.com/mirumee/django-payments/pull/78 which seemed to catch it but it does not appear to have made it to master.
@patrys Do you have any recommendations as a temporary workaround for this issue or ideas on how you would like it fixed so I can submit a PR? Thanks.
This is the lazy resource lookup maps created when using a template string within `import()`: ``` import(`./public/locales/en/${ns}.json`) ``` It is not specific to this library but to how Webpack fundamentally...
Do we have an ETA on the fix of the underlying issue and the merge of this PR? >14.2.6 is broken: > > I recently upgraded to 14.2.7+ and dd-trace...
Try setting [`NODE_OPTIONS=--max-old-space-size=SIZE`](https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-mib) to something >2GB. The recommendation is 75% of the available space `NODE_OPTIONS=--max-old-space-size=6144`. Node will not use most of your 8GB of heap without this. As you can...