Brett Ludwig

Results 7 comments of Brett Ludwig

I am using a boolean with a default, which also should be a case where the GraphQL input is not required. ``` /** * @ORM\Column(type="boolean", options={"default": false}) */ ```

Works on this version: https://github.com/OhMyGuus/BetterCrewLink

Am I missing something about trying out the development branch? None of it will run because of conflicts with the `Lcobucci\JWT` bundle as the `7.9.2` version of the `auth0-php` that...

@evansims I have almost everything working but I keep getting an error from the `Auth0` decode service. In the Auth0 PHP SDK, it gets here and throws an error: ```...

@dgfmdrv that is very different functionality. We should be able to turn pagination on and off when the client needs it or doesn't, and the client should be able to...

I'm also experiencing this. Every migration diff tries to drop some sequence tokens and I don't know what changed other than upgrading to the latest doctrine. Also in postgres.

This is how I did it. You'll have to be very careful as the maintainers of this package don't really consider programmatic management a priority, and didn't mark some things...