merv

your code broke. he clocked in.

Merv, a tired grey pigeon in a blue tie, holding a 'good bugs today' mug and standing on a TypeError window

bring your broken code.

an error, a little context, a place to start. ctrl+enter

example / not executed

01 / what broke

02 / try this

03 / check it

    how it works

    1. add contextthe error, plus the code around it. the first red line and the first stack frame from your own code matter most.
    2. review the suggestionmerv matches it against known failure patterns and explains the likely cause. read it before changing anything.
    3. verify locallyuse the checklist to confirm the fix actually fixed it — not just that the red went away.