Kyle Smith
Kyle Smith
Would this options just suppress all output? Lacking such an option, you can use: ag --ruby search_term >/dev/null
Just had to work around the same thing, and I agree the design is problematic in this case. I ended up subclassing the transport to hack around it a bit:...
I should add that I really only looked at the C++ portion of this PR. I'm not familiar enough with the use cases around the Ruby API to feel comfortable...
We are contemplating moving to NewRelic Logs and have hit a similar question in testing the default integration with `newrelic_rpm`. For us, we set `DYNO` to the name of the...
I agree this would be useful if provided first-hand by the client. I've been able to streamline mocked responses by doing things like: ```python class FakeResponse: def __init__(self, filename): with...
I hit this in #1385. I'm curious if there's any risk in using the OriginalRunId by default in the meantime.
I would love to see something like this as well. We've developed a number of generic activities but it can be hard to differentiate executions within the same workflow, and...
One option would be to change the format to: ``` file-types = [{ filename = "c" }, { extension = "c" }] ``` And then anything that isn't a struct...
@Omnikar If you want to push what you have here I'd be willing to get it up to date and shepard it along.