Michael Bitokhov
Michael Bitokhov
:+1: this rule is really overstepping its boundaries. For reference, I've designed an async effect to be without race conditions ```typescript useAsyncEffect(async rerendered => { await Promise.resolve(undefined); if (rerendered.current) {...
To keep things together (so we don't duplicate work). There's another issue on this #2704. I found the general reason for why it's breaking. But I don't know why exactly...
> > cp start_protected_game.exe stpg.exe.bak cp eldenring.exe start_protected_game.exe > > Can't play game online but it works > > Curious if someone would mind posting a protondb report if the...
@fletch3555 I thought so too and it didn't really work out. Doing the inverse of a hasManyThrough with a hasManyThrough would require a `display_name_id` inside the `users` table. The inverse...
> I'm trying to make a UI lib for email templates and would love to use heml layouts I did something similar. The way I solved this is by including...
I was looking at the source code for heml. I came across this issue at work, and I was seeing if there's a quick way to fix it. The real...
Sure! Before the trace even reaches even reaches our servers. We decide whether or not this trace would even be useful on the client side. The vast majority of traces...