Yann Pringault
Yann Pringault
@wsmd Is it possible to merge and release this? Thanks!
Thanks for your answer. This works however we must repeat 2 times `NextApiResponse` and I wanted to avoid that. But it seems it's the only way to do it.
Thanks for your reply. I don't have any `.` in my URL. In fact, the URL is the same between the normal HTTP endpoint and for the WebSocket endpoint (it's...
I don't understand what you tried here. My use case is very simple: I have a Next.js API route which is basically the proxy: ```ts // pages/api/graphql.ts export const config...
To everyone stumbling on this issue here is what I did to disable the tooltip on mobile: ```jsx const isMobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent) ``` This way, you don't have to update...
Hello everyone, I've just setup a blog with Ghost and Gatsby and was wondering how to "reload" data from Ghost when deployed in production. As Gatsby is a static site,...
Hello, thanks for the report! Feel free to send a PR I would be more than happy to review it. If not, I'll look into this during the next weeks...
Yes unfortunately. I tried to contact them but got no answer.. As this library is only a wrapper around the official SDKs, nothing much I can't do on my side...
@dinatazy Can you send a PR to improve the repo? It would be greatly appreciated!
@dinatazy Is this PR still relevant?