Josh

Results 5 comments of Josh

Great, I see that argument in `get_job`. Although the `reschedule_jobs` function has 4 hours hardcoded so it looks like there will need to be a database update to add an...

The issue definitely happens when updating `graphql` to v16 and I would agree with Warren's assessment that the removal of Node's inspect function in graphql is the culprit. @roy-mor could...

I'd like to bump this issue as it's causing a problem for us too. We have a 3rd party chat bot on our application that injects a script into the...

Yea, not sure that's really going to be an option for us. Interestingly, discovered that this was introduced in the 9.0.3 version. 9.0.2 doesn't have this problem.

I'm fairly certain this is the PR that introduced this problem, which was opened by @devknoll : https://github.com/zeit/next.js/pull/8020/files Specifically the change to `head-manager.js`. I frankly don't entirely follow what this...