Austin Drenski

Results 56 comments of Austin Drenski

Actually, this is reproducible with the ADO.NET driver: ```c# using var conn = context.Database.GetDbConnection(); using var cmd = (NpgsqlCommand)conn.CreateCommand(); cmd.CommandText = "SELECT ts_rank_cd(to_tsvector('a b c'), @p0)"; cmd.Parameters.AddWithValue("p0", NpgsqlDbType.TsQuery, new NpgsqlTsQueryEmpty());...

> The solution here would probably be to change the way enums work to be more like user-defined ranges, i.e. have these mappings as context options. Since different context options...

Definitely interested in these along with #532. I believe it's currently feasible, but was nontrivial when I scoped it a few months ago.

My org is also seeing this after bumping to `2.4.2` this morning. Can confirm the previously reported workarounds work for us too, but as this bug breaks hundreds of tests...

FYI I've opened a patch for this via #2269, but given the imminent EOL (#2258, docker/compose-ecs#7), it will (most likely) not be merged in this repository, so I've opened docker/compose-ecs#19...

FYI I've opened a patch for this via #2269, but given the imminent EOL (#2258, docker/compose-ecs#7), it will (most likely) not be merged in this repository, so I've opened docker/compose-ecs#19...

> Why would someone explicitly not want to record errors? (do we need the option? How about recording the error all the time?) Great question. I think there are two...

> Does [this comment](https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4488#pullrequestreview-1703589242) applies to this PR ? I've had some real-world use cases where we wanted to record that an error occurred without setting the span status to...

@abdulapopoola the plan is still to fix the actual issue, though, right? If you are going to leave this issue closed, can you please cross-link another issue for us to...

Should the `blocked` label be removed following resolution in open-telemetry/opentelemetry-specification#454?