Christian Spoo

Results 11 comments of Christian Spoo

I'd definitively prefer an upstream-provided image if there was any.

Mailgun itself does in fact support multiple domains per account. If they are managed in the same account it should perfectly be possible to use them.

Currently, you have to specify multiple recipients and pass an `X-Mailgun-Recipient-Variables` header containing JSON-encoded recipient variables that can be used in your e-mail. Unfortunately neither this bundle nor Swiftmailer itself...

Shouldn't this be possible by issuing `$redis->info('REPLICATION')` and looking at the `role` field in its result?

``` html Charts Morris Flot Inline charts ``` Adding the `PrependIcon` and `AppendIcon` APIs to the DropDown and SubNav classes should be enough

A downside of the current overlay approach within the `ContentBlockData` class is, that "non-editor-editable" fields such as `colPos` aren't available through `data.colPos` anymore. Obviously, you wouldn't want to define colPos...

To elaborate a bit: why can't we just let `ContentBlockData::__get` fallback to `_raw` instead of immediately returning `NULL` if a key was not found in `_processed`?

We even have a case in which we need access to system fields inside the view. Some projects use Content Blocks together with containers. The templates then determine e.g. necessary...

Hm. The system requirements page (https://ddev.readthedocs.io/en/stable/#system-requirements) does not explicitly define this. Rootless mode can basically be seen as just another mode of running the same Docker packages as if I...