Randy Fay

Results 2339 comments of Randy Fay

I guess that's probably right, not sure. We ship an installer, super easy to make with nsis.

nsis is pretty ancient, but also pretty simple. You can build and push with a docker image, etc. And you don't need Windows for any of it.

It's really hard on Windows to "just put the binary in /usr/local/bin". Really hard :(

Right, but the expansion shouldn't even happen here should it? Someone who is trying to deliver a random string (like encryption key?) to a variable in the container doesn't want...

Problem remains with Drupal 8.8.3

I guess this is still an issue. Ran into it trying to copy a symlink to a ~/.oh-my-zsh, which itself contains a couple of symlinks down there deep.

One interesting thought would be to add a docker volume plugin like https://github.com/muthu-r/horcrux - that would allow saving and restoring snapshots directly from S3 or minio. I haven't tried it....

If it's in vendor/bin... that means it's in the code, and also inside the container. So not understanding what you're saying about not being able to run it inside the...

You wouldn't install the `Drupal` coding standards in "ddev" would you? You'd install them in the project?