R Gibim
R Gibim
### Preflight Checklist - [x] I could not find a solution in the documentation, the existing issues or discussions - [x] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Environment Self-hosted...
- **CI: Fix usage of deprecated actions**: - Updated [`actions/upload-artifact`](https://github.com/actions/upload-artifact) to the latest version (as v2 was throwing errors) - Added [`actions/upload-artifact/merge`](https://github.com/actions/upload-artifact/blob/main/merge/README.md) so the final uploaded artifact is similar to...
### Describe the feature or problem you’d like to solve I frequently create PRs forgetting to pass `--draft`. While it's easy to edit the PR after it's created, all people...
Hello @reidmorrison 👋 I've been recently working in a non-rails project that makes use of Sidekiq and I'd love to integrate SemanticLogger there. From what I can see however, it...
### Preflight Checklist - [x] I could not find a solution in the documentation, the existing issues or discussions - [x] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Environment Self-hosted...
### Preflight Checklist - [x] I could not find a solution in the documentation, the existing issues or discussions - [x] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Environment Self-hosted...
### Preflight Checklist - [x] I could not find a solution in the documentation, the existing issues or discussions - [x] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Environment Self-hosted...
## Expected behavior I expect `Layout/ExtraSpacing` to flag all occurrences of extra spacing. ## Actual behavior `Layout/ExtraSpacing` is only flagging _some_ and ignoring _others_. ## Steps to reproduce the problem...
**What does this PR do?** Fixes the automatic WaterDrop integration activation (via the Karafka integration). For context, by the time that `Karafka::App#initialized!` is called, `Karafka.producer` was already initialized. Not only...
Fix losing original karafka trace after iterating through the messages with distributed_tracing on
**What does this PR do?** On the Karafka integration, when `distributed_tracing` is on, the original trace was lost after iterating through the messages. This PR aims to fix that ~and...