Mattias Andersson

Results 6 comments of Mattias Andersson

Seems to be related to `unsafe-perm in lifecycle false`. I resolved it by using `npm install -g ejs --unsafe-perm`.

I'm also looking for a way to import single config files with Drush 10. Drupal console provides `config:import:single`, but it can't be used in D9 due to a [bug](https://github.com/hechoendrupal/drupal-console/issues/4322). It's...

We're running into this as well, specifically when importing into a [cluster](https://mariadb.com/kb/en/mariadb-galera-cluster-known-limitations/) that puts an upper limit on transaction sizes. Error reported during `drush sqlc < dump.sql`: ```ERROR 1180 (HY000)...

@crutkas This should be similar to when you're using multiple monitors. I think the default approach is to look at the center coordinate of the window. Anyway, I think this...

AFAICT the `.env`-file is processed in two ways: 1. Using the `python-dotenv`-library (which supports expansions within the `.env`-file; i.e. any expansion can be reused within `compose.yaml`). 2. As an `--env-file`...