exAspArk

Results 17 comments of exAspArk

@joshjcarrier thanks a lot for your comment! I contacted Apollo team, they currently don't support the "idle" state (so, people won't see the actual picture in the interface) but they...

Yeah, potentially you could override the values but I'd consider accessing the data in the context as private :) I'd pause the work on this issue for now until Apollo...

I was trying to modify `android/app/src/main/java/host/exp/exponent/MainActivity.java` in my ejected Expo app like https://github.com/expo/expo/issues/2224#issuecomment-463242706 or https://github.com/wix/react-native-navigation/issues/3283#issue-328350574. But that didn't help. Weird that I see it only in the dev mode. It...

Sorry, I don't have the bandwidth to address it. But if anyone is willing to submit a PR, I'd be happy to review it!

> The issue is that since Prisma queries are sent to a rust engine, all of the context ... added with https://nodejs.org/api/async_hooks.html#async-hooks is lost This is a perfect summary by...

Thank you for submitting it! I'll try to find time to review it over the weekend

Sorry for the delay here, and thank you for submitting this PR! 🔥 What do you think about isolating this logic to GraphQL only? My current thinking: * It might...