Sid Barrack

Results 8 comments of Sid Barrack

I'm running into a similar issue, but this is with `getMiniflareBindings()` I have a directory named serverless within a frontend project and I'm trying to run the tests from the...

I just figured out I needed to create the globals.d.ts file in the test directory to be able to use the method as a global object

now I'm running into the same issue as @spelexander and even after specifying `./dist/index.mjs` in the jest config it still throws the same error

When you're logged in Twitter, if you copy the request to `https://twitter.com/i/api/2/search/adaptive.json` as a cURL it still works tho. I got it to work in a simple shell script where...

it gets better, spread love not hatred

For Vercel edge the workaround mentioned by @xenova works locally but not on production and even locally you have to set `unstable_allowDynamic` and point it to the library in node_modules...

Isn't this how it's supposed to be working? meaning shouldn't the cache be cleared when the data is updated to always have fresh data?

Would love to contribute to adding web socket support, I feel like this is one of the most powerful and in demand features