Matthew Gladman

Results 12 comments of Matthew Gladman

> I am having the same issue. Does anyone know if this will be fixed for the next version? Last commit was on on 22 Jun 2019, so I don't...

I think this is a great proposal and have no real issue with it. But, an alternative that would move the burden from users back to NPM is that packages...

I suspect that this will still not **reliably** work. It will depend on the performance of the cache, which was the problem I had. The document I was generating was...

I am also experiencing this for the last few releases Terminus 1.0.87 Fedora Workstation 30

> @mattisdada I have the same issue. Do you mind sharing your solution? Stripping them out afterwards seems to be unreliable as well, since in my case those could be...

I'm running into the same problem with a space in my username and several namespaced packages. My example is `@salesforce/cli`. My user path is `C:\Users\Matt Work` ``` > sf --version...

I am reporting I've had similar issues, each build just linearly increases the amount of memory esbuild is using (about 2.5GB per file change, it pretty quickly gets up to...

That PR partially fixed the issue for me (it still uses a lot of memory, but not as much), but `serverless-offline` still consumes a lot of memory unless `allowCache` is...

Before a more official solution is in place, this is what we ended up using: ```yaml # serverless.yml custom: serverless-offline: allowCache: true # Important: This will prevent serverless-offline from eating...

Only small problem is the esbuild plugins don't get any serverless context, I'll continue playing around with this and see if I find any issues regarding that. EDIT: Already ran...