Christian Roche

Results 4 issues of Christian Roche

`kubetpl` should be able to interpolate environment variables that appear in the source template, similarly to what [envsubst](https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html) does, possibly with an option like `--with-env`. My use case is that...

**Version** ``` > cargo tree | grep tokio │ │ │ └── tokio v1.37.0 │ │ │ └── tokio-macros v2.2.0 (proc-macro) │ │ │ │ ├── tokio v1.37.0 (*) │...

C-bug
A-tokio

**Describe the bug** When creating an Extract Refresh task with a Daily schedule following the provided [example](https://github.com/tableau/server-client-python/blob/v0.33/samples/create_extract_task.py), I either get an "Error 500" from the server or a task that's...

bug
needs investigation

Hi there, I'm seeing intermittent errors when mocking the AWS Java SDK v2 within a Scala 2.12 project. The versions are as follows: ``` javacOptions ++= Seq("--release", "11") scalaVersion :=...