Dan Montgomery
Dan Montgomery
I wanted to create a 10.11 and 10.12 image. I have both the installers in /Applications, but the logic in the script seems to just check for the applications and...
As described in the wiki guide, https://github.com/acquia/reservoir/wiki/Quick-Start-Guide#update-an-article You need to make a request like, `PATCH` to `/jsonapi/node/article/141962d7-2180-4419-bb8e-a9c1d337aeb2` with body ``` { "data": { "id": "141962d7-2180-4419-bb8e-a9c1d337aeb2", "attributes": { "title": "Mr Patchy"...
## 🐛 Bug Report Prettier when using the CLI tool doesn't match when I just run prettier `2.8.8`. ## To Reproduce When I run with these configuration options: ```json {...