11
Wolle
2y

Am I the only one the sometimes just makes a PR that won't fix the issue but at least shuts everybody up so I can investigate in peace.

Comments
  • 5
    .error {
    display: none !important;
    }

    git commit -m "fixes all errors. now stfu"
  • 8
    Once, I made a fix with a commit that literally changed nothing.
    It was the big boss who had supposedly spotted a bug, which I couldn’t reproduce. But since his word can’t be doubted…
    Never heard about the bug again after that
  • 1
    @black-kite nice sleight of hand.
Add Comment