Ben Teegarden

Results 11 comments of Ben Teegarden

@hansfn Here's an example of another issue where the command throws the same error: https://www.drupal.org/project/ultimenu/issues/3212881 I have the the `8.x-2.2` tag checked out locally as I determined here: https://git.drupalcode.org/project/ultimenu/-/tree/8.x-2.2 I've...

Ah! I'm one step closer. I realized I was supposed to be creating a feature branch that included the node id of the issue per https://www.drupal.org/docs/develop/git/using-git-to-contribute-to-drupal/making-a-patch#s-prepare-the-local-repository So I ran: ```git...

@hansfn Phew! You're right. I had to commit the changes first. I need to learn how to read. I figured that this used `git diff > something.patch` behind the scenes,...

Does anyone have an example of using Puppeteer via a Node service in order to allow running via Gulp? I already have a Node service and can run `lando gulp`....

I would love to know this too. Did you ever figure it out?

Does anyone have the launcher file we're trying to download that they could post here for us to use until this gets fixed?

Where did you hear that the global launcher is deprecated? Is that why the global launcher download is broken? (https://github.com/hechoendrupal/drupal-console/issues/4275) The documentation still says we need it: https://drupalconsole.com/docs/en/getting/project Is this...

I'd like to see this method too. In the meanwhile I have this absurd bit of code in case it's helpful for others. `$date['rrule']` is an RRULE string, and `$iCalendarEvent`...

I ran into this because I had overridden the database creds in .lando.yml to something other than "acquia". Apparently the only way `lando pull` works with the Acquia recipe is...

Does anyone have the documentation elsewhere? Would be great if it were in the repo itself.