Robert Mosolgo

Results 354 comments of Robert Mosolgo

I tried updating the imports, but it made the test suite fail locally like this: ``` FAIL src/subscriptions/__tests__/PusherLinkTest.ts ● Test suite failed to run Cannot find module 'react' from 'context.cjs'...

Thanks for this great report and reproduction of the issue. I'll take a look soon and see if I can get to the bottom of it!

I cloned your replication repo and inspected the stuck process, I think it might be an issue in Rspec, so I opened https://github.com/rspec/rspec-support/issues/552. I'll keep an eye on that in...

Well... went to look up the Relay server spec, and I found that these cursors are actually _supposed_ to be `null: false`: https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo.Introspection Maybe that answers the question: `endCursor` is...

Thanks for sharing that, @myronmarston -- I guess that answers it 🍻

Thanks for the detailed report, and sorry for the trouble! I have to admit I haven't considered the performance of Lookaheads closely... and perhaps it shows. I'm sure we can...

(Of course, in the meantime, you could switch those symbols to strings to work around this issue!)

#4189 might help, depending on how the fields are defined (it should help if the fields' names are `field :field_1 ...`, etc, in the schema definition). I'll release it in...

Were you able to give this a try on 2.0.14? Please let me know what you find if so.

Sure, thanks again for the detailed report. Please let me know if you run into any more trouble with it!