Robert Pająk

Results 363 comments of Robert Pająk

I think this feature would require releasing a `v2` of testify. Side note: For sake of "more type-safe" assertions and evaluating a slightly different design, I started experimenting here https://github.com/pellared/fluentassert/pull/26....

What do you think of splitting this repo into multiple Go Modules? You can check how it is done in Go SDK for OpenTelemetry: https://github.com/open-telemetry/opentelemetry-go I have also started doing...

@gbbr Might be worth checking how Google does it here: https://github.com/googleapis/google-cloud-go

Looking forward to have it fixed :)

Next time I suggest renaming e.g. using the following pattern: from `macos-10.15` to `macos-10.15-eol`. It would still "raise awareness" (even more), but at least users which desperately need a given...

Related issue: https://github.com/OmniSharp/omnisharp-vscode/issues/1783

When trying to use VS Code for the development of https://github.com/open-telemetry/opentelemetry-dotnet I get a ton of errors like: ``` Assembly 'OpenTelemetry.Api' with identity 'OpenTelemetry.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7bd6737fe5b67e3c' uses 'System.Diagnostics.DiagnosticSource, Version=5.0.0.1,...

1. Is it a feature that would be good to have? 2. Is it something where a contribution is welcome? 3. If so, then could you give any advice on...

After this bump we get two (sic!) versions of `Microsoft.Extensions.Logging.Abstractions`: `6.0.0` and `6.0.2` under `\store`. Does anyone have an idea why (I have not made any deep analysis)?

1. `language` should be removed. see: `sdk.language` in OTel spec 2. `component` should be removed. `otel.library.name` is for that 3. `resource.name` should be removed/changed - `graphql.operation.type` is for that