Marlon (Esolitos) Saglia
Marlon (Esolitos) Saglia
While you are absolutely correct: it would be better to expect Interfaces and not specific implementations, it is to consider that this small change would require a new major release...
Not stale, I mean.. 😺
The configuration env variables are used when starting the container by `gotpl` to _generate_ the nginx configuration, after that those are not used. If you manually start nginx (bypassing the...
Just my 2 cents: I think that the use cases for caching POST requests are so few and so specific that would not make to much sense to implement in...
I believe there's no need to cache such files in varnish. If you use nginx you can configure it to keep a "open files cache", which is as performant as...
I think it is an interesting point. I have myself the diff from a MR on git.drupal.org as patch, and I did not thing of the fact that those can...
I've been using this on a norwegian based site, the tricks are: 1. Use the `--locale` option in the site install: ```drush --yes --quiet site:install standard --locale=nb ....``` 2. Set...
Indeed, I had to do that. Actually, as the `password_field` and `username_field` uses match on many attributed I used the CSS `name` selector. :)
‼️ To everyone suggesting `--single-transaction=false`: be aware that this can lead to inconsistent dumps! This can be ok as temporary workaround, but can bite you back if you end up...
Ahem, i totally missed #21