Russell Seymour
Russell Seymour
When using the `kitchen-dokken` driver with Test Kitchen on Windows the `run_command` appears to have Windows line endings in it, e.g. `cat /opt/kitchen/run_command` ``` sh -c '^M TEST_KITCHEN="1"; export TEST_KITCHEN^M...
I am playing about with getting WebSafety up and running on a Raspberry Pi. I am struggling to find any releases for the platform. I know that it takes a...
I am working with `taskctl` to simplify some builds and to use PowerShell as my context for the task. I have sucessfully created a context that allows me to do...
Morning, I am currently running ES 1.3.2 and would like to use Knapsack to move data between two different clusters. Is there a place where I can download previous versions...
### Configuration ```hcl resource "databricks_token" "pat" { comment = var.databricks_pat_comment // 120 day token lifetime_seconds = 120 * 24 * 60 * 60 depends_on = [module.adb] } resource "azurerm_key_vault_secret" "databricks_token"...
When Terraform runs on Windows, any environment variables that are set using the `TF_VAR_` prefix are case insensitive. However on Linux the variables are sensitive, so if they have been...
Although the option of adding a delay to the creation of the envfile has been added, this is not always working. The application needs to be updated so that it...
`taskctl` has the option of creating an environment file to be read in by Docker. However in a Cygwin terminal there is an environment variable like `!::=::\` that is not...
Hello, I have been going through the tutorial about adding watermarks and I seem to have found a problem. When I attempt to add a watermark to a GIF image...
Good morning, Last night I stumbled across the SherlockPHP library and I think it will be very good for my application. I am looking to move from using a combination...