this post was submitted on 13 Jan 2025
92 points (96.0% liked)
Programmer Humor
32866 readers
1100 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I once fixed a UI bug in the Desktop version of Bitwarden since it annoyed me so much over the timespan of a year. I had to change one single line because the problem was that a curly bracket was misplaced. My MR got multiple positive reactions and even on the Bitwarden forum people were thanking me for my contribution. They never merged my fix because they "fixed it themselves in a newer build" that came out 3 months later.
I'm still pissed about that.
Damn that sucks. I had a similar experience with adding a keyboard layout for the game Beyond All Reason. After I submitted my pull request, it took them a year to add it to the game and didn't even use my commit. At least they credited me in their own commit.