Colin Hooper

Results 13 comments of Colin Hooper

I am having the same issue. I don't get it all the time but I get this error sometimes while using `Bottleneck.Group` and clustering (with ioredis). Options are set as:...

Wow this saved the day for me! This seriously needs to be merged, but for now I looked at the commits and made my own local patch. Who is maintaining...

This is a issue for us, especially with using `tailwind`. Surprised this made it into a stable minor release, I imagine this effects a lot of people. Also, if anyone...

Hello, I have created a [patch](https://github.com/graphql-nexus/nexus-prisma/issues/932) and a [PR](https://github.com/graphql-nexus/nexus-prisma/pull/933) for supporting `read` operations with `nexus-prisma` which of course is one of the 4 `crud` operations. While it would be nice...

How is this still open? I'm having same issue

I believe for now you have to set it like this: ```typescript intercom.useRequestOpts({ headers: { common: { 'Intercom-Version': 2.6, }, get: {}, head: {}, post: {}, delete: {}, put: {},...

Its happening for us too and we aren't using GIFs. We've found it crashes in release mode when using the `onProgressChange` prop and removing the prop solves the issue. However...

Whats the solution for this issue? I'm having the same problem