Jonathan Cardoso

Results 137 comments of Jonathan Cardoso

It would also be helpful if we could provide a custom compression command, I found zstd to be a lot faster than gzip. It can be used like this: >...

Are you adding the middleware? You must call `applyMiddlewares` from `graphql-middlewares`

Hey @meodemsao, I will need more details/sample code to understand the issue

Hi @meodemsao, I'm not having time to look into that, however if you are able to share a full sample code, runnable, I may be able to run it locally...

Hi @tibs245, you are welcome! I'm afraid there is no good way to do that like you want, to make sure the link is correct you would be required to...

you should not be throwing errors inside your script like that, since this is basically an input error. Just test if the messages the bot sent match `"Oh ! A...

The `Easy` and `Multi` classes are basically a 1:1 conversion of the C libcurl API, thus they do not provide this helper. This should not be needed for the native...

Coloca um sample de código de como vc está fazendo o parseamento usando a classe Easy

@insidexoff mind sharing some code of what you want to accomplish?

@MikeOBarometer could you share a sample code that reproduces the issue?