Ross Hettel

Results 6 comments of Ross Hettel

Just a follow up on this, I switched to this library: https://www.npmjs.com/package/notp, since it is mostly a drop in replacement API wise, and no longer run into this issue. So...

Ok, thanks for letting me know. I'll work out another solution

I came across this issue while looking how to delete all caches, didn't see it mentioned here but the github cli now supports this via: ```gh cache delete --all```

Thought I'd check out the `4.0.0-Beta1` tag since I saw it reworked the sync calls, but alas I got another error: ``` { "errorType": "Error", "errorMessage": "internal/modules/cjs/loader.js:888\n throw err;\n ^\n\nError:...

I'm new to NextJS and Sanity, just tasked with getting the infra up to deploy this - running into the same problem here that we get this error generating a...

Hi, thanks for using this module! You're correct, all the methods return a JS object, this module already does a JSON parse for you before returning the data. In your...