codebymikey
codebymikey
## The Issue - #7728 There's an open issue relating to running commands using the working directory, however because `ddev composer` is a built-in cobra command unlike the other bash...
## The Issue - #7731 It should be possible to add multiline values to the annotation directives. ## How This PR Solves The Issue Provides the ability to add multiline...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Following on from my initial...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Follow-up from the now closed...
**Describe the bug** When using the `drush sql:query` command with gzips, the command can only be used once as the original gzip file gets decompressed into a different file name,...
Currently the database update is listed in alphabetical order, rather than the actual order it would run. This is especially the case when the [`hook_update_dependencies`](https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Extension%21module.api.php/function/hook_update_dependencies/11.x) hook is incorporated. Still need...
### Description This is useful for sites which might want the cookie consent form to be rendered in a specific place on the page, e.g. above the rest of the...
`InstalledVersion::getInstallPath()` [throws an `\OutOfBoundsException` exception](https://github.com/composer/composer/blob/fb009e144165c6f80523ded0ae75532a99242615/src/Composer/InstalledVersions.php#L252) if the `drupal/core` package is not installed, and this is potentially unexpected as far as the API is concerned.