Dane Powell

Results 185 comments of Dane Powell

I hadn't considered how many (156, at least 😄 ) hardcoded references to `~/.ddev` we'd need to deal with. I don't think we actually _have_ to fix any of those...

The problem is that some of those file are shell scripts and other non-Go libraries, so they can't take advantage of the same config directory logic. They'll need to use...

I'm seeing this on Version 2023.8.2, running the bitwarden/self-host:beta docker image.

> For me, it works fine on [2024.1.0-beta](https://hub.docker.com/layers/bitwarden/self-host/2024.1.0-beta/images/sha256-7ed7a45132cdac97d29ceb97d0b66b795c989288bc77c64779efcc770ab63e4d?context=explore) but fails with [2024.1.1-beta](https://hub.docker.com/layers/bitwarden/self-host/2024.1.1-beta/images/sha256-d2531c50136b972a76fa7eb012a15df26e98925990e3d77c26a95df05575d586?context=explore). I wonder if the root cause here is actually https://github.com/bitwarden/server/issues/3651 ? I arrived at this issue via Google,...

@lpeabody have you tried [`acli push:artifact`](https://docs.acquia.com/acquia-cli/commands/#push-artifact) instead of BLT's artifact generation? It should produce nearly identical results and is overall easier to use since it automatically detects vendor dependencies to...

I want to chime in not just as an Acquia employee, but as a fellow user and advocate for BLT. I hear you. It’s not fun to find out that...

Being unable to push to master is a known issue that we intend to fix: https://github.com/acquia/cli/issues/1758

We removed telemetry in #4643. We removed UserConfig along with it since the UserConfig was only used to store telemetry preferences and we had no awareness of anyone extending the...

@janusman are you sure this is backwards-compatible? My worry is that if Acquia Cloud sets a default hash salt and BLT users take this update, the hash salt will suddenly...