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?"
-
Finally I found a webpage related to my bug.
The page is from 2004.
*keeps reading*
"Yes, yes! This is exactly the problem I'm having"
*Carefully reading each comments*
*Looking at scroll bar with stress*
*Almost coming to end, no signs of solution*
At the end the thread creator say: "Ah finally I've fixed the problem. Thanks everyone for helping"
*moment of silence*
WHY U NO SHARE THE GOD DAMN SOLUTION? YOU FUCKING IDIOT17 -
I accidentally created a bug that became an amazing feature at my last job.
It was for a program to read barcode tickets (we created software and web solutions for events), and to register the barcode sacnners to the computer I had to do some magic with USB-detection since it was not specified which brand the scanners would be (so no SDK would be available).
When the scanner was plugged in it would create its own thread so it wouldn't interfere with the UI of the program when it was reading/sending data.
Somehow I messed up with the thread termination for new scanners so it would accept to connect more than one scanner and it would work flawless since it was its own thread in the program.
When I tried to think out a solution for multiple scanners when planning it I got a headache and thought that's something for later. Turned out alright in the end apparently.8 -
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
-
The most difficult thing about debugging isn't fixing the bug, it's all about finding the bug. -Mr Robot6
-
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. 😲15 -
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
-
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 -
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
-
Hey so found another tiny bug, well more like a typo, if you're a subscriber and you go to edit a post more than it's time limit in this after 57 mins you get the old can't edit after 5 minutes alert dialog message, super easy to fix (I guess lol) and not too important19
-
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
-
How the fuck does someone releases a new version of a package without testing one of the core features of that package?
Spent fucking hours, hitting my head on the wall, only to realize that the latest build they have released has a bug. This is not acceptable :@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 -
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.2 -
For me there are two kinds of bugs. The ones where you lean backward and the ones where you lean forward.
If you found a bug and you lean backwards in your chair resting your hands behind your head you feel proud and relieved that you found that sneaky bastard. Good for your dev soul.
If you lean forward, resting your forehead on your fists or on the desk then it was a very stupid bug. Not sneaky at all. Something plain obvious. It makes you doubting all your career and life choices you made so far. Like needing one hour to find out that you named the "MANIFEST.in" accidentally "MAINFEST.in"...
Want to share any embarrassing bugs to make me smile again?5 -
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 notifications7 -
Client: "I found a bug on your website. Its not possible to submit the contact form."
Me: "No bug. Its a feature"
#answerforeverything4 -
Found another bug, this one won't have a screenshot because that wouldn't explain much.
So I edited a comment that was 6 mins old and after hitting save the app refreshed multiple times and then went to a blank page.
Also for some reason in the settings screen I have the supporter banner thing that pops up to say to support again (I thought I already paid, lol would be buggy to be a double supporter lol).1 -
Before solving the bug -
[•] 2 Errors 1 Warning
------------------------------------------
After solving the bug -
[•] 1043 Errors 7 Warnings
Fuck the what the fuck? 😵1 -
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...
-
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
-
My reaction when a bug I fixed reoccures after another developer merged in his changes: http://m.imgur.com/vyez0MS?r1
-
!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 -
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 everything1
-
I have been slowly noticing a bug with the devrant API. Every few hours, the API will drop a request to the notifs list.
DevDNS has rebooted 15 times since it was launched due to this. I should try-catch this, but I want it to keep happening so I can get some useful logs for @dfox16 -
This is a weird bug my avatar looks completely different from my actual avatar
https://devrant.io/rants/604985/...
Thats the link but once I reloaded it changed to my normal one...2 -
@dfox in case you havent already discovered it i have found a bug with notifications in the iOS app.
Steps to reproduce:
1. open notifications
2. tap one of them as many times as you can really fast
3. It generates a new view controller for every time you tapped it.
obviously having to tap furiously is a bit obnoxious but i originally noticed it when the app was running slow and i tapped the notification a second time. It created 2 new view controllers instead of one so i had to actually go back twice to get back to the notifications screen.6 -
Accidentally mistyped Bug Fixes as Big Fixes and people think there was something very wrong with the application all this while.1
-
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
-
Fuuuuuuuuuuuuuuuucking Friday bug.
Fuck.
Shitty bug just hit fan.
Aaaaaaaaaaaaa !!!!!!!??!!??!?!!!!!!!!4 -
Holy fuck !!! I don't know how but I just changed my username again. Few days ago I had changed my username for some reason and thought I won't be able to change it again in future for 6 months. But booya, I got my old one back 👍, never felt so happy finding a bug.6
-
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!
-
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
-
Job security:
- Create bugs purposely
- Discover the bugs after a while (if you discover it too quickly it will look suspicious)
- Fix the bug1 -
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
-
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
-
The feeling of fixing an annoying bug is much better, than the feeling of finding something good in the fridge.
-
Bug report:
iOS 10 (latest) + iPhone 6
Can't scroll past initially loaded rants on algo screen
Also, love the new tag picker...14 -
Solved my first sizeable bug ever.. The Euphoria is priceless .. I better enjoy this till team mates say this is another normal bug..
-
@DFox @trogus found a bug- not sure how easy it will be to fix... if you change your username, mentions in rants and comments still have the old username which will be confusing for people trying to figure out who the mention is for.
Is it possible that on editing a username, all mentions in all comments and rants are renamed as well?12 -
OKAY WHAT THE FUCK JAVA.
At school we were assigned the task to do Huffman's algorithm. Since I am way ahead of all the others, I made a GUI for that. (Btw, we use BlueJ for Java, it's just painful)
Now... I made a JTextField to put the output, which would be any character from 0x0 to 0xFFFF, into it.
Apparently, there is a bug in the setText method, which throws random NullPointerExceptions right into your face if you give it those Unicode characters.
So I looked it up:
It was a Bug, in JDK 1.6.something, where putting a 0xFFFF together with a 0x10000 would cause this. Now you may think, do we still have 1.6? No, we have 1.8 v171, WHY THE FUCK DOES THIS SHIT GIVE ME A NPE?! THE WORST PART IS I CAN'T DO ANYTHING ABOUT IT!
AND IT HAS THE WORST UNDEFINED BEHAVIOR:
1. NPE, nothing else happens
2. The Text box just gets invisible, but the border stays visible + NPE
3. The box completely disappears + NPE
Try-catching it doesn't do anything, everytime I fill the box with text, one of those options happens, and the box was never to be seen again! NOT EVEN CREATING A NEW TEXT BOX AND ADDING IT TO MY WINDOW WORKS.7 -
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 😆 -
We had a issue with a webstore that was only affecting users on Windows: one button didn't do anything.
The colleague that was working on the ticket was running Arch, and for him it was working as expected. He reported that the bug couldn't be replicated on Chromium, Firefox or qutebrowser. But our designer, who was running Windows 10, commented that it wasn't working for her in either Chrome or Firefox.
Some more conflicting reports later a colleague using Windows managed to fix it. It was caused by querying the button elements by id selector instead or a class selector. There was multple buttons, one for each product row.
I guess there just are platform differences that aren't specific to browser but instead the OS, that could have caused it7 -
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
-
\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 -
So this is a fun bug. Oneplus 5 with android 7.1.1, happens when switching from a fullscreen video (Netflix) to devrant5
-
I fucking hate myself for having this bug in the first place, I thought I had it solved, committed and pushed to git but still, it persists.
I'm trying to check if the value I'm inserting into the database exists or not, this is my useless fucking way to do it...
What the actual FUCK.
I'm in my own existential pain trying to solve this shit and it's still not working
SEND HELP PLEASE20 -
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 -
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 -
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 -
Total brain crash...
Was writing a word doc.
Got interrupted by a colleague
When i got back to the doc my brain instinctively told me: "You idiot, you can't write anything while debug is running"
Spent a whole 5 mins trying to find stop button... wait... this is word....
Is this a bug in my brain?1 -
Found a bug while search the newest week rants,
I can't scroll to the bottom properly.
It's hard to show in a screenshot but you can see that the scroll bar has gone to the bottom of the screen and it won't let me go anything further.
Sorry if someone already found this but just thought i'd post about it3 -
-> Had to remap all api endpoints on the backend...
-> The system architect raised a critical bug, saying he can't delete reports from the GUI even though the back-end is returning HTTP 200 (for now, say we also save some sort of reports in our DB)...
-> While remapping, I had returned get in the delete call xD
-> He thanked me for not doing the other way round, delete function in get call xD1 -
Devrant bug report:
Every 5th or so time I open the app it opens on this one rant from last week. Really strange.
(if it helps: this rant: https://devrant.com/rants/960649/...)3 -
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. -
I was working on an annoying bug in my genetic algorithm for about two hours when i realised it's late and decided to call it a night. Turned off my pc, shut everything down. Just as I was brushing my teeth I got enlightened by the code gods and suddenly i knew exactly how to fix the bug. Toothbrush in hand i booted the whole system again and successfully fixed it in 2 minutes.
Thank you code gods, i may now sleep in peace.1 -
This feeling when you finally fixed an annoying bug in your code that gave you headache for days... :)1
-
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 -
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 -
!Rant
Bug Report / Feature Request.
Just 2 things that bother me with the web app.
1. You can't modify rants or comments - only delete them.
2. On the profile page the web version does not replace line breaks "\n" with html breaks "<br>". (See the code on my profile on mobile vs web.
Just thought I'd mention them since I use the web app more than the mobile.5 -
Bug report workflow for our customer support department.
1. Use eyes
2. Use brain
Just printed as poster -
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!!! -
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.. -
Why does our boss think that there is "fix it" button for every bug.. which will magically solve the bug in 1 minute.1
-
My new feature has a bug in it, but not in Internet Explorer..
Huh? This is new! I know this the other way around!1 -
Went out to run some errands after being stuck searching for a bug. Came right back to my machine and looked directly at it.
-
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 -
Bug report
Using a physical keyboard seems to prevent me from being able to complete a post. I can open both a comment and new rant, type the contents but am not able to post. The button doesn't do anything.
Switching off the keyboard seems to cause strange behaviour (deleted this rant the first time I was trying)
My setup:
Moto z play android 7.0
SwiftKey keyboard app
Logitec K810 Bluetooth keyboard3 -
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 -
@dfox Bug report:
Noticed a problem with the app counting the characters in comments. 3 or 4 times I’ve tried to write a comment that comes down to single digits remaining.
When trying to post I get a message like:
“Oops something went wrong trying to post your comment. It’s probably blank”
But, according to the counter, it should have been fine.3 -
#Bug, I think
This is the second month in a row in which money has been taken from me to go towards the amazingness that is devRant, however, I do not have the cool [++] badge next to my name...
Not like that's the only reason I'm giving money, but it's a nice perk!!5 -
The best feeling for developers will always be solving that one bug that kept you struggling for hours..
-
@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
-
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 -
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
-
I once asked my professor how to implement the twisting feature to open a camera (available in the motorola phones)...he laughed and said 'is it a feature or a bug' . ...and frankly speaking it made think
-
A minor bug, which might already been reported but if not then here it is
The notification panel keeps showing the number of notifs haven't checked yet even after opening that rant from other comment or +1. Also maybe it should be returned to zero after checking the panel1 -
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
-
Hi @dfox I saw an android user report this bug recently as a rant, and now I'm seeing it in iOS (latest app and os version).
Scrolling to the bottom, no more rants load. The little message shows stating that more rants are loading, but when you keep trying to scroll down there are none.
When I change the sort order from Algo to Recent or Top, I can't reproduce the issue. Seems to be only Algo.
Have tried killing the app and restarting to no effect. I hadn't noticed this bug last week interestingly, but can't confirm whether that's just coz I didn't scroll enough.2 -
Anyone else getting this notification bug? It keeps telling me I have like 63 notifs but when I open it nothing appears as unread?20
-
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
-
I just spent the last half-hour fishing a bug that happened to be caused by excessive react code lately. 😭😭😭
I wrote onSubmit in a vanilla JS file rather than onSubmit😭😭😭😭6 -
Is this a devRant bug?
I have a persistent (1) on my in-app notification bell (Android). I can't find any unread notification. It should be a comment notification. Maybe somebody generated such a notif, my phone picked it up, and then the other person undid the action that lead to the notif? (E.g. un-++, remove a comment or mention, delete their account, ???).
I see the (1) notification to on the web, and I can't find the actual notification there either!5 -
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 -
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 -
@dfox
Found a bug: UI doesn't rescale properly on Android when hiding and unhiding virtual buttons7 -
I should put just as much effort in the design and building of the initial code than I do when I have bug fixes afterward, it's always on the bug fixes I find better ways of implementing stuff.
-
!bug
Does anyone know why I'm not getting any notifications anymore? I have them activated in the settings and I haven't changed anything in the system settings (i.e changing android permissions).
I recently upgraded my S7 to android 8 if that helps8 -
Me: it's a regression bug, I'll update you once I've patched and deployed.
Tester: What's a regression bug?
🤔3 -
Has anyone found a bug in Paypal site? I sent them an email about their incomplete looking page and they want me to upload screenshot and the sourcecode. I don't mind the screenshot but sourcecode? I'm not sure since I wouldn't know what the sourcecode includes. Would you ever do it?8
-
There is a bug that's annoying me for too much time now. If you press on a tab like 'week' and then quickly on another one like 'day' top weekly rants still show up.