Benjamin Knight

Results 47 comments of Benjamin Knight

Totally agreed. I don't currently have a a Philips Hue system in my possession, but I welcome pull requests and will credit you accordingly. Thanks!

It looks like there is no cached light data for the light with ID "7". At this point in the workflow logic, lights data is being loaded from the cache...

Okay, feel free to troubleshoot on your own and if you find a logic bug submit a pull request or report back here on the issue.

Hey @gnatowski I'm not entirely sure I can assist without a more concrete example of the problem. If you could provide a reduced test case or some screenshots perhaps I...

Same issue here, broke my build. Looks like this has happened before: https://discuss.circleci.com/t/aws-eks-orb-aws-iam-authenticator-install-fails-missing-or-malformed-url/37699

For anyone looking to patch this on their sites until a fix is published, here's a correct working version of the code: ```php add_action("graphql_register_types", function () { // Temporary fix...

@justlevine perhaps per our discussion in #2297 it would make sense to provide the global stylesheet inside of EnqueuedStyles (as opposed to a field on RootQuery as shown in the...

In my case I had simply had to do a hard refresh of my browser while I was in development mode. Pretty simple but just mentioning for other people who...

I ran into the same issue today. Running migrations locally no issues, but running migration on newly setup RDS instance (MySQL 8.0.23) resulted in multiple ER_FK_COLUMN_CANNOT_CHANGE errors.

Just checking in here. This is still an issue for me using Next.JS and WP GraphQL to implement preview mode.