Gabriel Gatu

Results 6 comments of Gabriel Gatu

Hey wow thanks for the quick reply! I really appreciate it since a lot of our app depends on this library! My fault for not saying that in the post...

Got it.. I'm gonna try and make some changes to see if I can resolve it this way. Let me know if you have any progress on the internal fix...

Hi! I am using the 1.3.3 version right now, with gradle, but the theme for the EmojiconsFragment (instantiated with .newInstance(false)) doesn't look like the one that you posted (Still looks...

I was coming from Axios as well and resolved this with an intermediary class: ```typescript class GraphqlClient { private repository: Repository private client: GraphQLClient constructor(repository: Repository) { this.repository = repository...

Hey, just found out a way to resolve this: https://github.com/prisma-labs/graphql-request/issues/201

Hey I just found out some interesting things playing with the error response and trying to extract the error from the response: `typeof error === 'object'` and this brought me...