jo-sip

Results 5 comments of jo-sip

I would also love this! Been using this lib and I use a few `Promise.allSettled` to get around single item lookups, but it would be nice if one call could...

No worries, here's a simple example that repros the bug. https://codesandbox.io/s/clear-debug-zundo-6rde7m?file=/src/App.tsx (Add a few, undo, then clear and it'll throw)

Thanks for bringing this up, you saved me more hours on already many wasted!

> Could you please provide the minimum code that reproduces this problem? Sure thing, here's my deployment code: ``` const apiHandler = new NodejsFunction(this, env("api-handler"), { architecture: Architecture.ARM_64, memorySize: 512,...

Is there a debugging method to log the http calls from the `Client`? I'm thinking that perhaps the call for the video is being blocked or erroring out, ending up...