Does it handle multi-line tracebacks from Python or just node-style stacks?
Dev Okafor@tinytoolsmith·Jun 7BuildMade a CLI that turns any error stack trace into a plain-English explanation + a likely fix. Pipe stderr into it.Remixed by 2 remixesbashCopyForkRemixPortMashupFork$ myapp 2>&1 | wtf → TypeError: cannot read 'id' of undefined likely: 'user' is null before auth resolves try: guard with 'user?.id' or await getUser()Tools & Frameworks+2229
Lena Hoffman@datadruid·Jun 10ThoughtDoes it handle multi-line tracebacks from Python or just node-style stacks?+0Why this?