Massimo Altafini

Results 12 comments of Massimo Altafini

I need this feature too: thank you very much for your work!!!

> You can define an additional docker network and add it to your services. @csandanov I'm not sure I understand what do you mean with this (sorry I'm really a...

I have a "one year" old project (still in dev) based on drupal-composer and recently I've re-started to work on it. I did a core upgrade from: `"drupal/core": "~8.4"` to...

@o771e did you find a solution at the end? I'm in the exact same situation as you...

Perusio thank you for your answer, Finally I've found a solution thanks to https://groups.drupal.org/node/405038 In nginx vhost the php location setting must be: ``` location ~ \.php$ { error_page 418...

Thank you @KitsonBroadhurst, I duplicated your notebook in Colab, but the following error occurs: > Error > Unexpected token '

Yeah I already used the official Fooocus playbook @mashb1t, but the one provided by @KitsonBroadhurst allows you to mount your Gdrive to have persistent data, so to not lose your...

I fixed this issue by placing the value in quotes, so that it is considered a string (as announced in the error message). So, from this: `PHP_MAIL_MIXED_LF_AND_CRLF: On` to this:...

`D4d release` 6.0.10 `docker -v` Docker version 20.10.18, build b40c2f6 `docker-compose -v` docker-compose version 1.29.2, build 5becea4c

No answer yet? Please, **Nightwatch is the default DRUPAL CORE way** to test JS since 2018 (see: https://www.drupal.org/node/2968570). How I can run Nightwatch tests in D4D environment? Please help, thank...