codebymikey

Results 52 comments of codebymikey

There's an automated test included in the PR that highlights what it's trying to do, but essentially need a way to pass a `#HostWorkingDir` flag to `ddev composer` so that...

> Maybe you can elaborate a bit on when and why composer is used in subdirectories, thanks. I think I've already expanded on this in the original #7728 issue, but...

> Why do you have composer.json outside the root? I already have a "root" `composer.json` file referenced via `.ddev` (typically the Drupal installation). This is for cases where I have...

> BTW... drupalpod is dead. Haha, yeah I realized following the deprecation of Gitpod Classic 😅 I'm currently in the process or repurposing my local fork to work via `.devcontainer`...

That's a pretty interesting approach. I particularly like the use of YAML - especially if it could somehow leverage a [json schema](https://www.schemastore.org/api/json/catalog.json) as per `ddev-project` and `ddev-global` to declare the...

No worries, just pushed an update for the markdown linting error

I have a working implementation of the YAML command proposed in https://github.com/ddev/ddev/issues/7731#issuecomment-3432210998 backed by a JSON-schema, but not sure if it's worth adding to this PR or it's better as...

> This stands out to me as a possible breaking change Yup, the introduction of the multiline values in the current iteration will introduce a breaking change in the following...

Also just out of curiousity, I think it'd be worth having a poll to see which directories most people tend to run their `ddev` commands from, as I'd assume most...

That's a different user's PR. I wasn't aware of that. > Those things aren't adequate? And unfortunately not, because I work mainly off the host: ```bash # I'm currently working...