Aaron Meriwether
Aaron Meriwether
@RaisinTen , I wasn't able to test initially, because I don't have a working build toolchain, but after filing this PR, I was able to use the CircleCI build output...
The tags may be local to gigafied's working copy perhaps, and not pushed back upstream to github? On Jan 6, 2012, at 1:24 AM, Tomasz Elendt wrote: > @gigafied: I...
Here is a simple Spring Boot application which produces offending metrics: https://github.com/p120ph37/statsd-example As George mentioned above, this requires an otel collector configuration with statsd enabled, such as the `container-insights/otel-task-metrics-config.yaml`, or...
Here is an example of the metrics logstream content before applying `timer_histogram_mapping` in the `statsdcollector`: ``` 2022-03-24T19:12:42.324-05:00 { "_aws": { "CloudWatchMetrics": [ { "Namespace": "default", "Dimensions": [ [ "action", "cause"...
Other projects have seen the same issue (and provide clues for fixing it): https://github.com/phusion/node-sha3/pull/33 https://github.com/Wulf/nodehun/issues/63 Explanation of issue on SO: https://stackoverflow.com/questions/45388032/how-to-silence-newinstance-is-deprecated-warning-in-node-gyp-rebuild-what
I may actually have a fix ready for you already - I'll open a PR as soon as I've run it through CI to be sure it still compiles on...
Okay - looks clean all the way back to Node v0.12, so I'll open the PR now.
I'm also working on updating my node-gyp-pre fork to the latest. I happen to be looking at all of this right now because I needed support for Chrome >=66, by...
I had some issues with keypresses too. See my PR here: https://github.com/Robot/robot/pull/116 You can also use my fork, which includes the patch by setting your dependency to `"robot-js": "github:p120ph37/robot-js#prebuilt"`
Node 12 has some changes in the ABI, which were breaking builds. I've opened a #74 with some fixes which ought to get node-gyp working again. Alternately, you can run...