Rodrigo Argüello
Rodrigo Argüello
I wonder if you would be open to implement this feature in the lock module, similar to what [devise](https://github.com/plataformatec/devise/blob/master/lib/devise/models/lockable.rb#L20) does. Please confirm me and I could work on a PR,...
Terraform fails to delete lambda@edge functions that were already replicated, as AWS just doesn't let it. From http://docs.aws.amazon.com/lambda/latest/dg/lambda-edge.html: > When you create a trigger, Lambda replicates the function to AWS...
Hi! 👋 I'm using mergestat to sync some repos and generate stats about PR data. For most of the repos I'm syncing (less than 2000 PRs) it's being able to...
## Description Adds a test file `test_semantic_core.py` with some tests to perform for the Semantic Core initiative: - `Test_Schemas`: validates the schemas defined [here](https://github.com/DataDog/schema/tree/main/semantic-core) on the agent payload interface. ##...
**What I did** Adds a new optional field `OutPrinter` to the `BuildOptions` struct to allow customizing where the build progress goes. If this field is not specified, output will go...
### What does this PR do? ### Motivation ### Reviewer's Checklist - [ ] Changed code has unit tests for its functionality at or near 100% coverage. - [ ]...
### What does this PR do? This PR adds a new `service_discovery` module to system-probe. This module is enabled by default (same as the `service_discovery` corecheck), linux only and exposes...
### What does this PR do? ### Motivation ### Reviewer's Checklist - [ ] Changed code has unit tests for its functionality at or near 100% coverage. - [ ]...
Adds support for instrumenting `segmentio/kafka.go.v0` Requires https://github.com/DataDog/dd-trace-go/pull/2885