Philipp Melab
Philipp Melab
## Description This PR addresses two issues: 1. When multiple nodes are updated at the same time via the preview or fastbuild updates, references to newly created content can get...
**Is your feature request related to a problem? Please describe.** The interactions addon replaces action arguments with jest mocks that can be inspected in play functions. It would be great...
I know there are discussions going on about `--ignore-file` flags for `docker build`, but for docker-py (and therefore docker-compose) it is quite easy to support. Is there a reason it's...
**Describe the bug** There is a keyboard shortcut to execute the "Update snapshot" context menu, but at least for me it does not work, while the context menu does. **To...
Is it possible to define an interface in my source schema and properly reflect it in the Gatsby schema? Example: ```graphql interface Person { name: String! } type Employee implements...
I've added a plugin that enables rules to fetch lists of entities from view. Similar to the action available in [Rules bonus pack](https://www.drupal.org/project/rb), but with typed contexts. There is a...