Stanislav Zhuk

Results 65 issues of Stanislav Zhuk

## The Issue - #5832 ## How This PR Solves The Issue There is a warning banner about outdated versions in mkdocs materials (and this feature requires versioning): https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/?h=outdated#version-warning I...

documentation

## The Issue I want to try auto light / dark mode for the docs. ## How This PR Solves The Issue Uses https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/?h=dark+mode#automatic-light-dark-mode ## Manual Testing Instructions Try out...

documentation

## The Issue - #5810 ## How This PR Solves The Issue It only uses a check for network duplicates (which doesn't hurt at all), given that in Docker v25+...

bugfix

### Is there an existing issue for this? - [X] I have searched the existing issues ### Output of `ddev debug test` Expand `ddev debug test` diagnostic information ``` [COPY-PASTE...

## The Issue - #6033 I noticed that I forgot to update `healthcheck.sh` for production. ## How This PR Solves The Issue 1. Copies the supervisorctl changes from #6033 2....

dependencies
maintenance

### Is there an existing issue for this? - [X] I have searched the existing issues ### Output of `ddev debug test` Expand `ddev debug test` diagnostic information ``` [COPY-PASTE...

## The Issue At DDEV we run linter before executing this action: https://github.com/ddev/ddev.com/blob/7a849588830da831a94f356877abee6d08a458a9/.github/workflows/test.yml ```yaml jobs: build: timeout-minutes: 15 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 20...

## The Issue - #6128 ## How This PR Solves The Issue Marks the command as custom, but only if the name is not in predefined provider list (like acquia,...

bugfix

## The Issue From Drupal DDEV Slack: https://drupal.slack.com/archives/C5TQRQZRR/p1715061420332539 ``` ddev debug refresh ... Failed to execute docker-compose -f exit status 17 build web --no-cache: %!v(MISSING) ``` ## How This PR...

bugfix

## The Issue While testing #6208 I noticed a regression in: - #5452 - #5555 ``` ddev config --project-name=d10 ddev config --project-name=d10-rename ddev config --project-name=d10-rename2 this project root /home/stas/code/ddev/d10 already...

bugfix