Andrew Berry

Results 82 issues of Andrew Berry

I have a patch like the following: ``` "drupal/core": { "Add option to disable settings.php hardening": "patches/drupal/1232572.43-sites-dir-hardening.patch" }, ``` If that patches line is in an dependency, composer-patches looks for...

The problem is caused by three factors. 1. Patches that only add new files, like [this responsive image migration patch](https://www.drupal.org/files/issues/2018-08-17/drupal-responsive_image_migration-2993367-2.patch). 2. Drupal core is special, because the base of the...

I just ran across these functions in guzzle/psr7, and it seems like it would make sense to use the built-in ways to serialize a request or response. I'm curious if...

The other option would be to put the logger in the constructor, but I imagine in most scenarios the PHP error log is fine as a default.

| Question | Answer | ------------| --------------- | Infection version | master as of ab91138f4ca44d406b730da6b825fd62d3c64958 | PHP version | 8.1.8 | Platform | macOS and Docker When I run `make...

Bug
Not Confirmed

**Describe the bug** Running `drush @site sql:dump --gzip > out.sql.gz` shows output in the terminal instead of redirecting. **To Reproduce** - This is being run within a ddev docker container...

area-site-process

One of the features I miss from Tiny Tiny RSS is the ability to mark all items in a feed as read older than a certain duration ago. It has...

I'm syncing Docker datasets, but a similar issue was reported when using lxd, which also uses zfs clones: https://github.com/openzfs/zfs/issues/10135. Is this because of the `-F` flag being used in `zfs...

Some flags use dashes between words like `--skip-parent`, while others don't like `--sshkey`. It would be good if they were consistent. For long options, I'd personally lean towards using dashes...

A minor docs fix in the README.