Brad

Results 4 comments of Brad

> ```ts > const orgReq = ctx.req as any; > ``` This works, but if you want to skip the any... make a type.d.ts file and add ```typescript declare namespace...

I'm reading through your code now, as I'm playing around with distributed computing. What would happen in larger systems if math.random() coincidently returned the same value twice? Would they both...

Hey Dan, Thanks for the great write up on everything. It helped me understand a lot, and I want to try your code before I give a lengthier reply. But...

Any update on this ? @jayair @woconnor