Michael Moritz

Results 11 issues of Michael Moritz

I'm trying to create a profile entity with an address field like this: ``` $this->parseEntityFields('profile', $profile); $saved = $this->getDriver()->createEntity('profile', $profile); ``` And the address field in my feature looks like...

This adds a handler for looking up product references.. it's a bit useless without being able to create products but it's a first step nevertheless.

I have a staging environment with Basic Auth enabled waiting on "https://XXXXX/" with timeout of 120 seconds https://XXXXXX/ timed out on retry 6 of 5, elapsed 150930ms, limit 150000ms Error:...

Dropzone JS is now quite well supported by the media module together with the entity / media browser. I needed support for testing the dropzone JS upload (drag & drop...

**Is your feature request related to a problem? Please describe.** There is a library-override that replaces Drupal core's jquery with an included jquery. The included jquery is 3.5.1 (not sure)...

`terminus import:site --help` does not explain what contents are expected in the site archive at `url` I could find this archive in the tests `https://dev-site-archive-d7.pantheonsite.io/sites/default/files/site-archive-d7.tar.g` Is it safe to assume...

Some pages use antispam measures that check if data entry happens very quickly. Add a setting for a delay in data entry

Hi, I've set up a fresh matomo cloud instance, GCP internal project with libraries enabled for GA3 and credentials. The I imported the credentials into the matomo cloud instance GA...

In order to trigger a GH Action using a GH App a Json Web Tokens are needed. [Firebase PHP-JWT ](https://github.com/firebase/php-jwt) seems to be the way to go. I wonder how...

Hi, I have a files backup copied to S3 using the AWS CLI piped from `backup:get --element=files`. The backup is ~50GB in size. The copying from google storage to aws...