Vasiliy Toporov
Vasiliy Toporov
**What operating system and terminal are you using?** Linux **An example that showcases the bug.** Simple `yes` piping lead to a panic for `survey.Confirm` and `survey.AskOne` code. I have a...
Authenticator function and private key are required now if you want to use this middleware in a Gin project. But sometimes your application does not issue JWT-tokens, refresh and destroy...
**Branch/Environment/Version** - Branch/Version: v3.2.2 - Environment: OSS in the k8s cluster **Describe the bug** After enabling a tracing support in an official container tyk-gateway:v3.2.2 we've receiving this error in the...
We want to use BotKube as some sort of shell for the cluster to run `kubectl exec ...` commands in the container without granting a full access to the cluster....
I have a task to filter entities by their subresources. Original Api Platform filters (SearchFilter with exact strategy) work as follow: they are filter a main entity by the value...
I think that bodyclose produces false positive warning on this code: response body is closed in a separate function inside each logic case. I can not use defer response.Body.Close() due...
This issue is some kind of a feature request. Redisqueue has a great ability to limit a stream size by evaluating StreamMaxLength field of the ProducerOptions: > // StreamMaxLength sets...
### Package version eg. v9, v10: github.com/go-playground/locales v0.13.0 github.com/go-playground/universal-translator v0.17.0 github.com/go-playground/validator/v10 v10.2.0 ### Issue, Question or Enhancement: Golangci-lint (https://github.com/golangci/golangci-lint) comes with a errorlint linter (https://github.com/polyfloyd/go-errorlint). When I switched it on,...
### Problem Statement Out-of-a-box examples of [UnaryClientInterceptor](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc#example-UnaryClientInterceptor) and [UnaryServerInterceptor](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc#UnaryServerInterceptor) tells nothing about necessity of propagators being set for correct bypassing of a trace context from GRPC client to GRCP server...
**Describe the bug** Inactive APM Tracer produces invalid spans for OpenTelemetry Tracing bridge. The bug lives inside go.elastic.co/apm/module/apmotel/[email protected]/tracer.go:105 in this code: `s.tx = t.provider.apmTracer.StartTransactionOptions(spanName, "", tranOpts)` It returns an APM...