Matthew Obert

Results 9 comments of Matthew Obert

I'm having this exact problem (Ubuntu 19.10) How exactly do I install the chris-hamper fork? Its README has instructions to install the grasmash version. ``` $ composer global require chris-hamper/composerize-drupal...

This is a brilliant idea. I would also like to propose adding hooks for `pre-build` and `post-build` that would only be executed _the first time you spin up your app_,...

Never mind, I found these: - [Symfony 5 Demo Application](https://github.com/gitpod-io/symfony-demo) - [Symfony 6 Demo Application](https://github.com/symfony/demo) Might be nice to add this to the QuickStart templates. Probably the gitpod-io project should...

This approach worked for me. Using the `provision` key in `~/.colima/default/colima.yml`: ```yaml provision: - mode: system script: | GLOBAL_PROXY='127.0.0.1:9000' COLIMA_PROXY=$(echo $http_proxy | sed -e 's/http:\/\///') sed -i "s/$GLOBAL_PROXY/$COLIMA_PROXY/" /etc/docker/daemon.json systemctl...

My proxy is working fine, but I get the above error with the `mailhog` service container: ``` $ lando logs -s mailhog Attaching to d9_mailhog_1 mailhog_1 | mailhog_1 | mailhog_1...

It would appear that I spoke too soon. After upgrading Lando to v3.18.0, the proxy fails to apt-get install openssl dependencies: ``` $ docker logs -f landoproxyhyperion5000gandalfedition_proxy_1 STARTING UP ██ ...

I'm not a maintainer, but this looks good to me. Merging this would also resolve https://github.com/Choices-js/Choices/pull/1162 There's some urgency here; without this patch, the Choices-js library functions as a vector...

Good suggestion, but it's susceptible to bit rot. In fact, the link provided is already 404. The URL for the documentation page is currently: https://behat-drupal-extension.readthedocs.io/en/v4.0.1/drush.html If someone updates the error...

Either approve https://github.com/Choices-js/Choices/pull/1161 or amend this PR to catch both references to the malicious domain -- but let's not get stuck in analysis-paralysis here. There is some urgency to closing...