Stephen Mustgrave

Results 43 comments of Stephen Mustgrave

Also did a local check and the input field loads correct but if you click on another tab it goes away

@mejiaj if you're doing the storybook locally and load the file input page. Click to another another page and then come back to the file input. The styling is gone.

Thank you for that.! Will see how to extend that to Drupal next

Know this isn't uswds problem but is there a way to rerun that js when the field changes? Drupal will render the markup on load but when a file is...

Tried following the steps but unfortunately doesn't seem to be working. Do you know if this should work with the m1 chips?

https://drupal9-ddev.ddev.site:9000/ redirects to http://drupal9-ddev.ddev.site:39085/ and throws a connection refused error When I change the port from 9000 to 9005 and try to visit the url I get 502: Unresponsive/broken ddev...

Okay finally got it working `version: '3.6' services: minio: container_name: ddev-${DDEV_SITENAME}-minio build: context: './minio-build' restart: always ports: - "9010" labels: com.ddev.site-name: ${DDEV_SITENAME} com.ddev.approot: $DDEV_APPROOT environment: - VIRTUAL_HOST=$DDEV_HOSTNAME - HTTP_EXPOSE=9011:9010 -...

So I added `webimage_extra_packages: - chromium - chromium-driver` to my config.yml file phpunit.xml ` ` Installed the following ` "require-dev": { "drupal/core-dev": "^9.5", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "weitzman/drupal-test-traits": "^1.5" },`...

Any suggestions or am I just out of luck right now until wider support for the new M1 happens?

@heddn no worries thank you though! @rfay tried following the steps from https://github.com/drud/ddev/issues/3578#issuecomment-1039898468 but no luck. If you have a consolidated list of tricks it would be appreciated. Trying to...