junowilderness
junowilderness
+1 what is "psalm"
It would probably help to see the entire .zshrc (minus comments).
@drumm I was just checking this out and experienced intermittent 500 errors on queries like: https://www.drupal.org/api-d7/node.json?type=project_issue&field_project=3060&&field_issue_version=8.2.x-dev&field_issue_priority=300&field_issue_status=13 ~~Also, is there a way to query multiple values, for example: &field_issue_status[]=13&field_issue_status[]=8?~~ (edited for...
@drumm Duh, your comment on OR/IN went in one ear and out the other, sorry!
Yes, that works: https://www.drupal.org/api-d7/node.json?type=project_issue&field_project=3060&&field_issue_version=8.2.x-dev&field_issue_priority=300&field_issue_status[value][]=13&field_issue_status[value][]=8&limit=10
Or it _seems_ to work, in this case. There are comments in the issue you referenced on not-so-subtle surprises.
This is a bit "much" but [this is how SF excepts the profile toolbar](https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php).
Trying https://github.com/8p/GuzzleBundle
And another: https://www.drupal.org/project/drupal/issues/3051269
There are deprecations to fix #113. Actually, I am not seeing those form deprecation warnings on master, just Twig deprecations.