Jakob Rössner

Results 89 comments of Jakob Rössner

Since the T3 pages router is not using the fetch API and is for this reason not edge runtime ready I think this issue should stay open until this is...

> Edge is no longer recommended by vercel But PPR isn't out yet

Sounds promising, but does it work with tRPC?

I need this feature! ❤️❤️

What are the differences?

@c-ehrlich Hi, your example is for the pages dir is with the `createNextApiHandler` but I am currently using: pages dir + `fetchRequestHandler`. Can I just use the `withAxiomRouteHandler` from the...

Hi, I found that this example uses deprecated functions. I think this has to be migrated to .unstable_concat()

Ok, I just used a normal middleware (because it's not deprecated). Is there some problems with it? ```ts const axiomMiddleware = t.middleware(async ({ ctx, next }) => { const req...

Hi, just curios: What is the current state of this issue?