Wesley Musgrove

Results 9 comments of Wesley Musgrove

I'm also running into this issue. I have one model that's used by several different views. For instance, I have a view that displays an input for username. I have...

@SomethingSexy, I have found a solution for this issue and have implemented it in a few of my projects and can verify it works. Check out this fiddle: http://jsfiddle.net/wesleymusgrove/CyJ2y/ According...

@RichardDavies I ran into a similar issue when my Drupal 8 recipe was trying to use curl to download a Mailhog file before my corporate certificates could be installed in...

I'm getting this error too and I'm running behind a ZScalar proxy. When I use a custom php.ini in order to provide the correct CA file during the build... it...

Hey @mikedoubintchik! Check out an example .lando.yml buried in the middle of this comment: https://github.com/lando/lando/issues/2888#issuecomment-800702119. That issue is where I figured out a bunch of other similar issues. I found...

@mikedoubintchik post your .lando.yml, the command you're running, and the error and I'll see if I can help!

@mikedoubintchik A couple things you might want to try: Have you already appended any additional corporate self signed certs to the end of cacerts.pem before you add it to your...

@mikedoubintchik Hmm try a tooling command like this. Your web root may be different than mine. ``` tooling: drush: service: appserver cmd: /app/vendor/drush/drush/drush --root=/app/docroot ```

No problem @mikedoubintchik! I don't know if you tried this or not, but for me the golden ticket to get the global drush (and drupal console) to download successfully was...