Marcin Dobosz

Results 8 issues of Marcin Dobosz

I find myself writing the following code: ```golang func Method(ctx context.Contenxt) { span, ctx := startSpanConditionally(ctx) // Do some work if span != nil { span.Finish() } } func startSpanConditionally(ctx...

proposal
v2.0

The following simple program breaks when dd-trace-go is upgraded to v1.35.0 ```go package main import ( "flag" "os" "gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer" ) func main() { var v bool flag.BoolVar(&v, "v", false, "make...

If there is a class marked with`CollectionDefinition` but no test class referencing it, flag it as a warning. This can help avoid typos in the collection name.

Feature
help wanted
Analyzers

There are occasions when a connection handling a TxPipeline gets closed unexpectedly (maybe because the remote server shut down). Despite the pool's attempts to discard bad idle connections, this validation...

Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. ## Expected Behavior I would expect the client to retry commands related to...

### Describe the feature Currently the Batch API has strongly typed methods for issuing commands. However the results are all returned in a single `[]any`. This necessitates tracking which position...

go 🏃
User issue 🚨
Stale
2_2_candidate

### Describe the feature Currently the core client multiplexes commands over a single connection to the server. However, there are scenarios where an app needs a dedicated connection to the...

Feature ✨
Core changes 🪐
User issue 🚨
Rust ⚙️
2_2_candidate

### Describe the feature I would like to be able to be able to have different instances of `Client`/`ClusterClient` configured with different values of `ReadFrom` preference (Primary, PreferReplica, AzAffinity, etc),...

Feature ✨
go 🏃
Core changes 🪐
User issue 🚨
Stale
2_2_candidate