Mardo

Results 17 comments of Mardo

Aren't messaging technically being replicated when they are persisted to other nodes? Relay sounds like nodes are acting as a proxy?

@McKayMower seeing the same issue. Was not able to resolve however with the suggestions above.

@erkie what is ``` currentIndex={currentNavigation.currentIndex} ```

Same here. ``` await prisma.$transaction( async (tx) => { let user = await tx.user.findFirst({ where: { id: req.auth.userId, }, }); // update the user if (user) { const userWorkspace =...

This was for Vue Argon Pro, didnt see that selection in your drop down.

@nblumhardt Hi, Thanks for getting back to me, yeah it looked like it was blocking/sync on the http requests. I implemented this, if you ever need it. It basically uses...