Chris Wells

Results 27 comments of Chris Wells

I wrote a custom command to do this: .ddev/commands/host on  master [!?⇡] ❯ cat x #!/bin/bash newPath=${PWD/$DDEV_APPROOT/\/var\/www\/html} ddev exec -d $newPath $@ ...in case that's at all helpful to...

Big fan of `ddev self-update` would be a killer feature. +1

Yes, if that were my installation method (it is mine; not sure how to detect which install method was used) but that would be what it could hopefully do for...

I have attempted to run this locally on my M1 Mac, and have no love. Turns out, though, Cypress docker images do not yet work with M1. Someone did build...

I'm just digging into the API myself and finding this to still be the case. I agree either the documentation needs to be updated or the code fixed to return...

I'm piggybacking a little, but I'm realizing that this is close to what I want. I want to display a gum spinner while I run a long-running process _whose output...

Yes but it also redirects the output of the spinner to the top of the file… -- Christopher J. Wells Redfin Solutions, LLC office: 908-4-DRUPAL fax: 207-292-1414 ***@***.*** www.redfinsolutions.com On...

Yes, just confirming that with a HEAD build it works! Excited for a new release. :)

I'm using Automator as a workaround for now. https://chrisfromredfin.dev/posts/colima-autostart/