Adrian Cooney

Results 4 issues of Adrian Cooney

Hi folks. So I've noticed an issue where, given some input, a `Union(A, B, C)` is type checking when each of its members `A`, `B` and `C` all fail type...

This PR introduces async stack traces to Backburner so it's easier to debug the runloop by allowing the developer to step back through the asynchronous stack frame. Before / After...

### Description Use Prisma's new `@prisma/neon-adapter` with `@vercel/postgres`. ### Demo URL ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.)...

`teardownContext` is causing my tests to hang. I have an AJAX request that I expected to hit an endpoint but due to a programmer error in my test, I forgot...