Dario Castañé

Results 16 issues of Dario Castañé

From https://github.com/docker/cli/issues/1981: > **Description** > > We are trying to deploy a stack with 2 docker-compose file, the second one overriding volume settings. > The `stack deploy` command fails with...

help wanted
hacktoberfest

Mergo was removed from OSS-Fuzz recently because the integration wasn't completed: https://github.com/google/oss-fuzz/pull/9388 Mergo can benefit from fuzz testing, as it's main objective is to merge data, so it seems sensible...

v2

### What does this PR do? Rearranges `globalconfig` locking operations in `PushStat`, that only calls a function that pushes into a channel, to avoid deadlocks with `SetStatsCarrier`. If `PushStat` locks...

### What does this PR do? This PR is a preview of the changes that will be merged into main for v2 release as `github.com/DataDog/dd-trace-go/v2`. ### Motivation These are the...

### What does this PR do? Adds a link to the corresponding documentation for `WithPeerServiceDefaults`. ### Motivation Improve Go docs. ### Reviewer's Checklist - [ ] Changed code has unit...

Currently the `net/http` contrib has different wrappers that are inconsistent regarding `span.kind` and `component` tags, as ones add these tags and others don't, leading to third-parties like Orchestrion and contribs...

enhancement
proposal
v2.0

### What does this PR do? Upgrades dd-trace-go to v2 for internal testing. ### Motivation Upgrade dd-source completely to dd-trace-go v2. ### Describe your test plan This will be test...

## Description ## Motivation ## Workflow 1. ⚠️⚠️ Create your PR as draft 2. Follow the style guidelines of this project (See [how to easily lint the code](https://github.com/DataDog/system-tests/blob/main/docs/edit/lint.md)) 3. Work...

run-all-scenarios

### What does this PR do? This PR tidies up the `Tracer` interface for v2. It adds some functions to allow tracers implementing the interface to integrate with our implementation....

stale