Tim Nolte
Tim Nolte
I'm using a `docker-compose.yml` for in the `devcontainer.json` in order to ensure that a number of Docker containers start up to provide the required services for a local development environment....
https://github.com/wecodemore/wpstarter/blob/ad004f7693be9c3bf3b2fbc64a48b506ff33b4c7/templates/wp-config.php#L219-L230 This file: https://github.com/ddev/ddev/blob/master/pkg/ddevapp/wordpress/wp-config-ddev.php is being included in the `ENV_VARIABLES` section as so: ```php // Include for ddev-managed settings in wp-config-ddev.php. $ddev_settings = dirname( __FILE__ ) . '/wp-config-ddev.php'; if (...
## Is your feature request related to a problem? Please describe. I'm just wondering if there can be perhaps any sort of timeline on when v3 will be out and...
**Describe the bug** Currently when the Privacy mode is turned on to put the entire site behind OIDC authentication this only protects standard web requests. Currently, the REST(and presumably others)...
I'm trying to pre-build an image that supports both amd64 & arm64, additionally I'm generating a large matrix of versions(12 image variations will be built). My goal is to build...
No matter what I try I can't get this Dev Container to complete the `onCreateCommand` successfully, or even the `postCreateCommand` if I skip the `onCreateCommand` without running into what essentially...
Just throwing this out here officially after our Mastodon conversation.
If I have a step that can't `upload` then there is no archive to download. Upload: (_step can soft-fail_) ```yaml - label: ":pipeline: Prime Cache" key: "prime-cache" soft_fail: - exit_status:...
So it appears that the way this is running/installing Go that it isn't compatible with arm64. I simply swapped out this runner for the one that says it's better than...
I would prefer to have the option to import the images directly into the Media Library instead of leaving them in the `twitter-archive` directory. The way this is currently setup...