Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "bug?"
-
Receiving a bug report from the manual tester “numeric input does not work”.
He accidentally disabled Num Lock on his keyboard.16 -
Mail from client: There is a bug in project.
Me: mmmmkay where is it?
Client: How shitty developer you are! You should find it.
Me:f*ck you i'm out1 -
I've always made this joke, but it happened for real.
There was a existing bug in our machine for a very long time. So long that the validation engineer now treats it as a feature and they raised a issue when the bug was fixed :/7 -
When a system-breaking bug ends up fixing a different bug and actually produces a new feature we didnt intend but actually love5
-
I have been 6 hours trying to fix a bug in more than 3000 lines of code.
Removed one line and bug fixed...
WHAT THE FUCK
I will pack my things and go home...4 -
So I found a bug in Bootstrap 4 today that was causing responsive tables to break. I looked at it for a while and threw a bunch of potential fixes at it, to no avail.
I was about to open a bug report when I stumbled upon the cause...
I spelled “table-responsive” wrong 🤦♂️5 -
The most difficult thing about debugging isn't fixing the bug, it's all about finding the bug. -Mr Robot6
-
"Debugging's actaully all about finding the bug, about understanding why the bug was there to begin with, about knowing that it's existence was no accident.It came to you to deliver a message."
-Elliot, Mr. Robot8 -
When you leave your code overnight with a bug and come back in the morning to see it somehow starts working9
-
I hate having moments where you realize the bug was caused by a bug in the framework after scratching your head for hours......2
-
What is the longest time you spent for a single bug fix?
3 days and going here, this piece of shit doesn't seem to reveal itself until I go bald and be a psychopath. 😲14 -
So while I was reading the weekly rant from wk1, I found this bug.
// I am prroud of how productive I am 😐8 -
Was feeling like a boss in new office after fixing a major bug.
Yes, the bug was fixed. Only half of the program doesn't work anymore.1 -
Hate it when you're on the verge of fixing a bug when suddenly someone asks you for something, then you lose your train of thought and you're back to square one 😭1
-
Description of a Bug in JIRA:
Hi guys, there is "another" bug :-))))))!!!! :-((( with the customer list:
- The list of Customers (**which one? we have 4 fucking lists **) is sorted by Name, not by Birthday date (**wait, it's a sortable table, with a sortable name, city ,zip column, it's not sorted by birthday because the birthday column was not even required **)
- If I click on the details I see some data missing (**which data? which customer? there are thousands of them and most work**)
- In addition the arrow on the right is too small, can you make it a little bigger (**excuse me**)?
- I also need to export everything in excel.
Categorised as: Bug
Moron. You are part of a League of Morons...2 -
There was a bug that I ignoring to fix for past 8 months and finally Client found the bug and reported back to me. All I said to myself "Motherfuck".
So from tomorrow I will be rewriting a piece of code.3 -
Coworker made a tool to automate part of our job and she sent it to me. After 5 seconds of using it I found a bug... she has been using it for weeks. Now I don't trust anything she has done around here. (It's a financial tool and the bug is changing certain numbers to negative so it subtracts instead of adds...)5
-
Tldr; my "this is not bug, its a feature" moment actually turned my bug into a feature.
Today we were presenting a project which has imposible deadline. I am developing this small project alone (which is probably good). I implemented core features first but I know project still have bugs and a lot of tech debts. Another friend started to presenting our demo and a wild bug appeared as expected. He was adding rows to a table. To add a new you gotta open new modal by clicking + button and fill the form. One of the fields had a bug. When you add row by clicking Ok button, the value of the field stayed there after you open modal again. So its basically a state problem in React. I forgot to clear previous state of modal. When they see that and my friend said "oh we got a bug there". Then I enabled my mic and said "thats not a bug, thats a feature. I didn't want to enter that field again and again when I adding multiple rows and made it persistent." and you know what? They liked the idea! They requested to add that bug to two more fields. I was just joking and my "this is not bug, its a feature" moment actually turned my bug into a feature. Instead of fixing it, I'm creating more of this bug. LOL!5 -
I have a feeling that a senior dev left a bug on purpose to see if I would catch. Anyone else have that feeling or am I just paranoid?6
-
When you're lazy to implement a little feature you thought about but the feature gets implemented anyway because of some bug in your code..
True story btw3 -
When you find a bug in a "min" js file and you don't have the not minified version anymore... ok, it's not a bug it's a feature.6
-
Trying to find a bug. Found a possible line in the code where it might be originating from.
Not I put a breakpoint in there. I can't reproduce the bug anymore.
Sometimes I think I should just go home and play games :(2 -
Small bug: If you scroll down a comment section fast enough, avatars will be wrong (last avatar...)13
-
This is the Result Declaration form of our university, It's all good but there is one thing (bug) in this form, you only need to fill the Recaptcha once and you can that same Recaptcha to extract as many results as you want. Though not a Security issue, we can extract results of many students as roll numbers are sequential, we just need a bot to fill roll number and click the button. The only use would be to conduct surveys on results, but, a bug is a bug.5
-
I just want to make it clear to all of us here...
Not every goddamn thing is a bug from X or a bug from Y most of the time I, Us, We as programmers fucking make mistakes or don't know the issue because it's vague!!! IT'S NOT A FUCKING BUG!!!2 -
@dfox Bug or something? Had this just before the update. Also I got a toast message saying 'invalid user credentials' when I tried to post this before the update.7
-
Today, I had a segmentation fault in a data structure, so I wrote a function to test the integrity of the data structure. It worked, and I found and fixed the bug. However, the test still complained about the integrity. After debugging some very strange errors for 5 hours, I discover that there was a bug in the integrity test. The data structure works just fine. FML.1
-
Me: Man, I will never figure this bug out...
Me(5mins later, after solving the bug) : Hell yeah!
Me(10 mins later) : I will never figure this bug out1 -
I reported a bug and the PM replied "It's not a bug, it's just an outcome of how the button was coded. Although that's not how we want the button to behave so we'll prioritise this next sprint planning."4
-
Today while trying to fix a bug, an actual bug came flying through the window and sat on my laptop. When I tried to make it flee, it went inside my laptop through the vent.
I guess now I have two bugs to deal with.1 -
Client: "I found a bug on your website. Its not possible to submit the contact form."
Me: "No bug. Its a feature"
#answerforeverything4 -
Getting "bug" tickets from customers complaining about EXACTLY WHAT I DESCRIBED WOULD HAPPEN. THATS NOT A F&)$*(%$(*# BUG, THATS LITERALLY WORD FOR WORD WHAT I WROTE IN THE TICKET LAST WEEK YOU F&#*(@#$() NEANDERTHAL PIECE OF SH$%*(#(*)!!! WE AGREED ON THIS EXACT BUSINESS PROCESS WEEKS AGO. DO YOU EVEN READ THE WORDS THAT I WRITE AAAAAAAAAAAAAAAAAAAA5
-
Is it just me or devrant has a bug of showing false notification badge?
It's stuck on this number even though I don't have any new notifications5 -
Closing a bug with "Let me know if it's still happening for you" when it's been three years since the bug was filed and you haven't looked at it at all since then be all like...
-
!rant
Has anyone else noticed the bug when you scroll down on the profile of a person you can't see the avatar and the profile description anymore after scrolling up again?
@dfox13 -
Before solving the bug -
[•] 2 Errors 1 Warning
------------------------------------------
After solving the bug -
[•] 1043 Errors 7 Warnings
Fuck the what the fuck? 😵1 -
That feeling when you have found an impossible to find bug after digging in and you attempt a fix as soon as you find it and the first 1 fixes everything
-
Open remote debugger on Chrome but there's a bug on Chrome remote debugger. I can't debug my site because I can't debug a bug on Chrome remote debugger.1
-
My reaction when a bug I fixed reoccures after another developer merged in his changes: http://m.imgur.com/vyez0MS?r1
-
That moment when the bug you are trying to troubleshoot isn't a bug but rather the result of a feature you wrote that actually fucking works!
-
Fuuuuuuuuuuuuuuuucking Friday bug.
Fuck.
Shitty bug just hit fan.
Aaaaaaaaaaaaa !!!!!!!??!!??!?!!!!!!!!4 -
Accidentally mistyped Bug Fixes as Big Fixes and people think there was something very wrong with the application all this while.1
-
This Safari Bug is sooo bad, really hard to find it. (It initializes new variables with the element where id and variable name is the same, why?)10
-
>makes a bug report about the JS linter in Eclipse Che not working
> makes it a P2 bug (moderate severity)
> confirms in their current implementation it doesnt work
> escalates to P1 (high severity)
wow for once Eclipse is actually making their shit better -
Job security:
- Create bugs purposely
- Discover the bugs after a while (if you discover it too quickly it will look suspicious)
- Fix the bug1 -
Asking you to find the bug. You find it and the solution for it. You tell them your solution and tell what you found. AND THEY JUST WON'T BELIEVE YOU. Just find the friggin' bug yourselves faggots.2
-
Me: Hey, I looked into the bug, *explain what it was, how I fixed it, when it will be pushed etc.*
Boss: *calls immediately* How are you doing with the bug?
Me: ... I sent you a message?7 -
Bug report:
iOS 10 (latest) + iPhone 6
Can't scroll past initially loaded rants on algo screen
Also, love the new tag picker...14 -
At the end of the day, I feel kind of sad that there's something actually working in the bug I've been developing...1
-
Solved my first sizeable bug ever.. The Euphoria is priceless .. I better enjoy this till team mates say this is another normal bug..
-
So this is a fun bug. Oneplus 5 with android 7.1.1, happens when switching from a fullscreen video (Netflix) to devrant5
-
The feeling of fixing an annoying bug is much better, than the feeling of finding something good in the fridge.
-
\Bug Report/
With personal hotspot on, certain pages cut off half of the bottom navigation bar - profile is one such page (see attached ss).
iPhone 6 on iOS 105 -
Why everyone in management wants to know how i solve the bug if you do not even know what is Bootstrap. All that matter is fucking bug is resolved PERIOD
-
When moment when you hopelessly keep reading each line, in hope that you will find that special line that is causing the bug, for almost 4 days...
and you finally find it 😆 -
@dev-rant @dfox @trogus
Feature+bug
I think it would be better for the development of of the app to include a feedback/bug option.
Bug-> I changed my password on a different phone but the current phone didn't ask for the updated password, and logged in.7 -
On this Saturday my first full project is going to production and I am unable to resolve one fucking critical bug without db hit. Well still trying..3
-
I changed nothing but now it works.
It's been over one week since I started battling this bug. I guess I'm glad it's fixed, but how, and why?4 -
Stuck in this bug that prevents the program from shutting down for three days. FUCKING THINGS IS JUST SIMPLY REFUSING TO WORK.
FUCK THIS SHIT1 -
Project manager: Hey tyga hows the project going?
Tyga the coder/rapper:bug city bitch, bug bug city bitch, 10, 10, 10, 20 errors on my terminal bitch1 -
In the process of fixing a bug, have you ever made your program better without actually fixing the bug?
I feel like it happens a lot to me. -
so I was working and suddenly I have to call peon for cleaning up the bug on screen...
yeah that's an actual bug 🐛 . wonder how to differentiate bugs... a bug.. actual bug.. -
evry thing have bug for me
my phone them
Spotify
fedora
My headphones
My german class time
My german speaking
Uni projector
Etc3 -
I noticed a bug on devrant app on Android. Or is it a feature? Haha.
When you comment on a rant and then press Modify to change your comment, when you edit and save the edited comment you get to the updated one. If you press back you get to the previous one (not updated comment). If you try to reopen the rant you commented you see only the updated one.
So....here's a bug. What do I win?4 -
Why does our boss think that there is "fix it" button for every bug.. which will magically solve the bug in 1 minute.1
-
The moment where you can prove the senior that the bug was not because of you but of him..
If you have absolutely the need of make someone feel guilty about a bug, then at least be sure you find the right person!!! -
Tfw you're done with dealing with idiotic bug reports ("Game crashed pls fix", "Not working pls fix", like that) you force the bug reporters to read a copy-pasted version of Simon Tatham's Bug Reporting Guide (https://chiark.greenend.org.uk/~sgt...) on a page before going to the bug reporting page and set a minimum of 100 words in the bug report filter just to filter the BS.
EDIT #1: Spelling errors1 -
Bug: attach an image to a rant, then remove it and tap add image again.
Gallery opens, devRant crashes behind
Oneplus 3T, android 8, there's no update available in play store...6 -
My new feature has a bug in it, but not in Internet Explorer..
Huh? This is new! I know this the other way around! -
This feeling when you finally fixed an annoying bug in your code that gave you headache for days... :)
-
Bug report workflow for our customer support department.
1. Use eyes
2. Use brain
Just printed as poster -
When you find a bug in the AWS console, and the internal AWS team can finally reproduce it after weeks of going back and forth. 💪 🧠
-
I think one of the great things about this app is how we handle bug reporting. Any time someone posts about a bug, people independently do extensive tests to determine the extent of the bug (or at least what devices are affected), and people nearly always give detailed replication steps. I think this is a great feature of this community1
-
Your project is never complete. There will always be one business guy who'll report a feature as a bug.
-
It just came to me.. an error in a computer program is called a bug.
A listening device used to spy on people is also called a bug.
A computer bug can be used to spy on people. IT ALL MAKES SENSE NOW, PEOPLE! 🤯
(yes, I know the story of why it's actually called a bug. Still, I find that very entertaining.)1 -
Was to lazy to fix a bug. Waited some months and then realized the bug magically was gone. Happened not just one time...2
-
those who are wondering what is that software which is bug free, here is the ans;
tex ia bug free and has bounty to find bugs.1 -
The best feeling for developers will always be solving that one bug that kept you struggling for hours..
-
Went out to run some errands after being stuck searching for a bug. Came right back to my machine and looked directly at it.
-
Man, at the rate I'm going, I'll have to put a bug I found back in April on my new years resolution list...
Sad thing is, as we all know, new years resolutions never work out... So maybe this bug will never be solved :S -
I am the bug finder! Notice the two black paddings in the top and in the bottom of the screen. Happens only with the Weekly Rant section. @dfox2
-
Bug report: on Android, when checking your profile and you scroll all the way to the bottom, it's impossible to scroll back up. It just gets stuck. @dfox4
-
@dfox Is it a bug that whenever i open the devrant app i automatically go to the latest post in full mode?? I never see the list view. (I run android 6.0.1 oxygen os)2
-
Got a weird bug today...
A new feature I just implemented works but outputs nothing.
So I start printing its inputs early in the code, fine no problem here. Then I print out the supposed results a little bit later, fine too. But now the full program work perfectly.
I find out that if I remove one of those two prints then suddenly my function start outputing empty arrays! WTF?
I think I find a quantum bug, you can observe the bug or the internal values but not both!5 -
Debugging a feature that has a reciprocal effect on an other feature is like being given the task to make a toggle switch perfectly flat.
"Oh look, I fixed that bug in feature A. But fuck, now there is a bug in feature B. Perfect, now the bug in feature B is gone. Ah crap now feature A is broken again"
FML -
Fixing a pretty serious bug affecting a core functionality but that no one has noticed and no one will thank you for fixing
OR
Continue working on your feature2 -
Bug: "attach img/gif", select the Dropbox app to select an img from, select an img -> devRant android app returning back to the starting screen, not to the recently typed rant, the entry hasn't been saved...3
-
Me: it's a regression bug, I'll update you once I've patched and deployed.
Tester: What's a regression bug?
🤔3 -
How many people use a real bug tracker? We use a project management tool for our bug tracking and it SUCKS!
What tools do you use for project management/bug tracking?2 -
@dfox
Found a bug: UI doesn't rescale properly on Android when hiding and unhiding virtual buttons7 -
Found a minor bug:
- Sort by Top
- Open app, Top Week is default tab
- Switch to Day tab immediately before top week rants are loaded
Rants of Week tab are shown under Day tab -
Today " It's not a bug it's a feature" became true. Had an escalation where user reported as a bug. Team came up with an answer they couldn't resist to accept it as a feature. 😎1