Daniel Moran

Results 45 issues of Daniel Moran

Stumbled across this while working on fixing #70. The `SimpleArgParser` reports any duplicate arguments it finds as ["???"](https://github.com/alexarchambault/case-app/blob/master/core/shared/src/main/scala/caseapp/core/argparser/SimpleArgParser.scala#L15), instead of the arg name (here's [a test](https://github.com/alexarchambault/case-app/blob/master/tests/shared/src/test/scala/caseapp/Tests.scala#L45) that asserts on the...

**Is your feature request related to a problem? Please describe.** We primarily use Macs for local development, Linux for CI, and deploy into (containerized) Linux environments. We want our `pex_binary`...

enhancement

### Controller Version 0.24.0 ### Helm Chart Version 0.19.0 ### CertManager Version 1.4.1 ### Deployment Method Helm ### cert-manager installation Deploying `cert-manager` Helm chart from https://charts.jetstack.io/ ### Checks - [X]...

bug

The InfluxDB line protocol spec [says](https://docs.influxdata.com/influxdb/v2.0/reference/syntax/line-protocol/#naming-restrictions) measurement names can't start with `_`. The `influxDBOut` node should validate that the measurement name it's using doesn't violate this restriction.

new-feature

The InfluxDB line protocol spec [says](https://docs.influxdata.com/influxdb/v2.0/reference/syntax/line-protocol/#naming-restrictions) that names of tag keys and field keys can't start with `_`. The `influxDBOut` node should validate that the data it's pushing doesn't include...

new-feature

Follow-up from #128 / #130. Quoting the PR: > I found that Kafka Streams uses a unique transactional ID per "task" (topic/partition). Other projects like spring-kafka have followed the same...

enhancement

I hit this while running tests for (hopefully unrelated) changes locally. The full failure message was: ``` should support all defined functionality *** FAILED *** (8 seconds, 80 milliseconds) [info]...

bug

I hit this while running tests for (hopefully unrelated) changes locally. The full failure message was: ``` should handle rebalance *** FAILED *** (5 minutes, 11 seconds) [info] 200 equaled...

bug

**Describe the bug** I upgraded from Pants 2.13.0 to 2.14.0rc0. When I did, a `shunit2_test` started failing because the `shell_source` it uses was no longer present in the sandbox -...

bug

(NOTE: There's been a lot of discussion on this in Slack [here](https://pantsbuild.slack.com/archives/C046T6T9U/p1658412143380059), but I realized I never filed an issue for it) **Describe the bug** A few times per day...

bug
backend: Python