Geoff
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...
I no longer have access to the repository where I was having this issue, but dependabot provided full logs that I was able to scan through at one point. One...
Currently the REST API can't handle selecting multiple values for a single field, which is required for the `status` field. https://www.drupal.org/node/2308939
Looks like multiple value may be supported in the format `node.json?field_name_here[value][]=stuff&field_name_here[value][]=things` https://www.drupal.org/node/2308939#comment-11371627
Dimple offers a simple API for creating charts with D3, but also exposes the underlying D3 layer for more complex visualizations. http://dimplejs.org/