Will Despard

Results 7 comments of Will Despard

Thanks for the response @wmik ! Should this syntax work in other browsers? Or is messing with the codec type not something you've stress tested?

Sorry for the slow reply @wmik. I'm currently working on a project (using your library) so I don't have the time to look into this right now. But, this may...

@peduarte any updates on this? This is the only thing that is really lacking in stitches at the moment IMO!

A possibly related bug: Incorrectly formatted emails with multiple TLD 'dots' are incorrectly passing validation. For example, `[email protected]` passes validation, which it shouldn't due to `..` between `co` and `uk`....

> I can confirm I'm having the same issue when upgrading from 2.5.0 to 2.5.4 and a workaround of copying https://github.com/upstash/qstash-js/blob/main/src/nextjs.ts worked for me as well. I can't share repro...

Thanks for your response! Correct me if I’m wrong but it sounds like it would be impossible for the createOrg route to know the result of the workflow it triggered,...

The use case is pretty much what I outlined in my hypothetical example, but it’s applicable to any sort of blocking operation that requires a workflow result/error to display to...