Matt Jones

Results 20 issues of Matt Jones

Hi, I'm wondering what the thought process was behind setting the `sites/default/files` dir to `777` permissions, and the `settings.php` to `644`? It seems to be a insecure to have as...

State: Needs more discussion
Type: Question

Hi, I've been trying to debug in issue with resizing .gif images within our Drupal 9 site. I've tracked this down to the Imagick extension reporting the wrong width /...

As discussed in #22, this PR adds subjectAlternativeNames support. The following is currently untested, but just wanted to check direction before I go any further.

Hi, I'm wondering if this package supports sending `SubjectAlternativeNames` to LetsEncrypt / AcmePHP? I can see that AcmePHP itself [does have support for them](https://acmephp.github.io/documentation/guides/multidomain-certificates.html), but I couldn't see any obvious...

`NestedArray::yamlSplitArray()` throws deprecation warnings on PHP8.0+ due to required parameters following optional ones: ``` Deprecated function: Required parameter $exclude_parents_key follows optional parameter $indent_level in include() (line 444 of /home/[redacted]/gitrepo/vendor/composer/ClassLoader.php) #0...

Hi, It seems that the `latest` and `8.1` images are currently built a slightly older version of `phpcs`? They've released `3.7.x` in the past few days with full support for...

Hi, We have a client requirement where one dropdown needs to filter the items available in the second. They also need the options very specifically sorting based on an order...

@DannyvdSluijs for your approval.

question

I'm struggling to get this working properly with Vite assets. This is because Vite does not currently expose a way of getting the filesystem path for a chunked asset. It's...

Accepting PR

Hi, we're seeing the following MySQL error when running a job through the queue worker. When running the same class outside the queue environment the error doesn't appear. ````PHP Warning:...