Jim Myers
Jim Myers
**Describe the bug** When intercepting a deployment with a multi-line environment variable, `telepresence intercept` generates an invalid `.env` file which results in a failure when paired with `--docker-run`. **To Reproduce**...
The `ktlint` tool supports loading and executing custom rulesets through the use of the `-R` flag. See [documentation](https://github.com/pinterest/ktlint#creating-a-ruleset). It would be helpful if the `ktlint_test` rule could provide an interface...
It would be great to be able to configure the Flask integration to skip tracing on certain endpoints. For example, we have two very busy endpoints that are used for...
**Is your feature request related to a problem?** When using OpenTelemetry and OpenCensus libraries for tracing, they both convert the 128 bit trace IDs in different ways. This prevents traces...
It's been quite a while since 0.12.1 was released and there seem to have been a couple of changes merged to the main branch (https://github.com/kafkaex/kafka_ex/pull/414 in particular). Is there any...
## Summary This changeset adds the `assert.Consistently` and it's associated functions to assert that a condition is true over the entire period of `waitFor`. This is useful when testing the...