Mattias Andersson
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...
Related: #5208
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`...
I'm also missing this feature. In [Hyper](https://hyper.is/) it's called "quickedit": ``` // if `true` (without backticks and without quotes), on right click selected text will be copied or pasted if...
We're running composer mostly within containers and hence we can not rely on global system/machine configuration. It's much preferable to be able to control these things with environment variables (to...
A short follow-up: the command "restart workspace from local devfile" did appear with a newly created workspace (but it was not shown in the existing one).
@alixander  Here's another example where I want to achieve a specific grid layout (4x2). Here it would have been super useful with orthogonal edges. Perhaps this could be set...