Jorrit Schippers
Jorrit Schippers
First of all, thanks for this great tool! One of the nicest things is that I can easily run it with Docker, without installing anything. However, the Docker image is...
I want to use this checker to check at build time if a Docker environment is fully compatible with Symfony, including all optional requirements. For this, it would be beneficial...
An empty files array keeps the main file, package.json, README and LICENSE. The following files/directories are removed from the package: - example - .npmignore - test - .travis.yml - .zuul.yml
This prevents adding a partial user object to the entity cache because og_get_user_roles is called during user_save().
Hi all, I've forked and published this library at [`@jorritschippers/webpack-graphql-loader`](https://www.npmjs.com/package/@jorritschippers/webpack-graphql-loader) because in its current state, this library adds a lot of outdated dependencies to my project. The changes are: 1....
This demonstrates the error described in #4405. I've narrowed my HotChocolate generated schema down to the essential difference that generates the error: when another scalar is defined, `Any` stops working....
When working on #219 I noticed that .gitattributes wasn't updated since 2017 and some of the files listed don't exist anymore. Also, some new files that are not needed in...
I created an object with a property with type 'mixed', as is possible since PHP 8.0. Unfortunately, this doesn't work, despite various checks in the code for `$type === 'mixed'`....