codebymikey
codebymikey
Oh okay, don't know how I missed that, that's very useful, thanks! That allows me to add new Clear URL rules without losing them with future updates, but not necessarily...
> the original rules for amazon would be ignored and instead replaced with the user definition. (right now, in this situation, both definitions would be applied) Would that be enough...
👍
For those requiring a temporary alternative whilst this is down, I have a codepen which implements JS-based ports using twing and twig.js. It's not exactly perfect or close to the...
I'm definitely in support of the proposal, there's a reason docker-compose uses `yaml` rather than `json` - It's _a lot_ easier for humans to work with than JSON. But would...
> Are you suggesting renaming devcontainers from dev containers to in istead devcontainers.yaml? No, not necessarily, I'm merely suggesting that the specs documentation is updated to support an alternative file...
Added the tests, current upstream failures are related to the https://www.drupal.org/project/drupal/issues/3447617 issue.
Hi @rfay! > You know about `composer_root` right? > And you've read about [DDEV and Composer](https://docs.ddev.com/en/stable/users/usage/developer-tools/#ddev-and-composer) > And you know about `ddev composer -d ` Yes, I do. And definitely...
> I think we'd welcome you changing this one to use `composer_root` instead of `working_dir` I'm afraid I don't understand, do you mean to somehow repurpose the existing `composer_root` option...
Oh, `composer_root` wouldn't work since my `composer_root` is already set for the _main_ Drupal installation located in `application`. Then whilst working on custom/contrib modules which have their own composer commands...