Dane Powell
Dane Powell
@joelwurtz would you mind taking a look at this since you authored https://github.com/symfony/symfony/pull/51378 ?
@chalasr @nicolas-grekas could you take a look at this regression? If it was an intended change of behavior, can you suggest how downstream projects like ACLI should adjust to fix...
I set the `detail` in the progressBar format to a whitespace and this seems to work around the new behavior: https://github.com/acquia/cli/pull/1766 In my code, doWrite is called with `⌛ Removing...
I consider myself a seasoned Composer veteran and this is the first I've heard of named branches as versions being bad practice. In hindsight, I see your point and I...
It looks like you could (and should) use [UserConfigDir](https://pkg.go.dev/os#UserConfigDir) instead of UserHomeDir.
Thanks, I took a crack at a PR: https://github.com/ddev/ddev/pull/5813 It just respects XDG_CONFIG_HOME for now. You may want to adopt other parts of XDG in the future, but this is...
Thanks. I'll circle back to this Monday to clean up tests and any other issues.
The tests now pass locally (woot! 😄 ) The problem is they inherit certain properties of the host environment, namely the OS config dir. So I have to hardcode `~/Library/Application...
This should be ready for review. The tests are still a little flaky on my local but I think that's due to some kind of interference between the test fixtures...