Results 48 comments of Stephen Lacy

Seems to be an issue with semver, I opened an issue to confirm

You `can not` do imports in node without babel. That is completely separate from this project.

Not es6! https://nodejs.org/api/esm.html

Would a flag be accepted? `BUILDKITE_EXIT_ON_CHECKOUT_FAILURE=true` https://github.com/stevelacy/agent/commit/4db6f24376ec8f63191ac707747e93f9235e796c We are using LFS - even a shallow clone will be huge.

When I was experimenting with swift on linux I was using just the swift compiler and my editor. Not sure if that is a possibility on macos.

It was finished 7 years ago as a feature complete project. It may still run today but no new features will be added.

I am getting this as well. In our case it used 6GB of ram before getting force evicted by kubernetes

I ended up creating a lightweight reporter in golang that uses 7-10mb ram total and reports pod failures: https://github.com/stevelacy/go-sentry-kubernetes

@wichert I like the way you parsed the events with the `AddFunc` rather than the `UpdateFunc`. I'll probably change mine in a similar way, coercing the description and reason didn't...

How many files are you parsing? If it is an actual memory leak the less.js repo would be a better place to ask