Geoff

Results 6 comments of Geoff

I'm currently running into an issue with patching, where patches created with `git diff` include renames which are not understood by `patch`. Any file modifications in the patch are applied...

`git format-patch` and `git diff` have the `--no-renames` option, which sounds like it would produce `patch`-compatible output. The patch that I noticed was having the issue was https://www.drupal.org/node/2883813, being applied...

I made updates to the installer script, but have not tested them

An odd issue I encountered was that Plex appeared to be stopped, re-installed, and started again on each cron run even if a new version was not available. I originally...

Was unexpected to get rounding when using the `range` filter 😝. Precision _maybe_ shouldn't be applied to `range`, `throttle`, `time_throttle` (or `outlier` when the state is passed through), but better...

Drupal core's composer.json does not include the Drupal.org package repository, and the 8.3.1 version format is for retrieving from packagist (https://packagist.org/packages/drupal/coder). `composer show -a` lists all versions provided by both...