Chris Atkins
Chris Atkins
Hi there, I notice that there haven't been any 1.X releases lately in favour of 2.0.0 beta releases. Are we likely to see any more 1.X releases coming out? Is...
Currently dd-trace-go only supports tracing `*sarama.Consumer`, but not `*sarama.ConsumerGroup`. https://godoc.org/gopkg.in/DataDog/dd-trace-go.v1/contrib/Shopify/sarama https://godoc.org/github.com/Shopify/sarama#ConsumerGroup We've manually implemented tracing for consumer groups in our application, but it'd be awesome if it was supported out...
As part of our migration to Sentry, we've been updating our internal Go libraries to use `sentry-go`. Our Snyk CI pinged us with a couple of CVEs, listed in #438...
## Summary Similar to https://github.com/getsentry/sentry-go/issues/423 there are a few high severity issues showing up in Snyk from dependencies. - `github.com/kataras/iris` [CVE-2021-23772](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23772) / [Snyk](https://app.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMKATARASIRIS-2325169) - fixed in `github.com/kataras/[email protected]` - `github.com/kataras/iris/v12` [CVE-2021-23772](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23772)...
Hi there! Love your work. I was wondering whether you though it could be useful to folks to include instructions for uploading firmware using OSX without needing to use the...
Since @av500 merged #291 I can confirm that my Keystep works as expected over USB.
This may be automatable, but I noticed that the airbyte connector list for Airbyte OSS points to a very old tag of these connectors. https://github.com/airbytehq/airbyte-platform/commit/382e2b7476b21792e5f88402ecacb8a551efbc32 Would it be possible to...
Newer Go versions changed the command to install go binaries to use `go install`. This PR updates the command.
### Description Some test code from the OpenTelemetry notification service spike, propagating parent trace from the Buildkite control plane. ### Context ### Changes ### Testing - [ ] Tests have...
AWS just launched a new type of queue for multi tenant apps. https://aws.amazon.com/blogs/compute/building-resilient-multi-tenant-systems-with-amazon-sqs-fair-queues/ Similar to FIFO queues, it is built around message group ids as the partitioning key. https://github.com/ruby-shoryuken/shoryuken/wiki/FIFO-Queues Could...