Ranter
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
Comments
-
okkimus19697y@arcadesdude
Oh god I feel stupid now...
I guess you had the exact same feeling when you realised @dustypaws -
@hypervtechnics
Yeah... Took me an hour or so, because csrf in slim is buggered a bit. So I've searched for the bug everywhere but in my code... π -
@dustypaws literally couldn't see the difference but since you pointed it out side by side I went char by char until something wasn't right. The difference was priceless, invaluable even!
-
okkimus19697yI remember that last summer in my internship I was debugging a web application. I tried to get it working for like 45min not progressing anywhere. Then I called senior dev to help me, and after 30 mins we found out that one element selector wasn't working...
After we had fixed the issue using different selector and the senior had left I realised that original selector had a whitespace between 2 class names. I tried to delete the whitespace and it worked fine. I facepalmed. -
@galapaka
I wish... π
It's like one of these things where you use different variable names in different places. In the end it's all garbled. I've refactored it all over, now it's all nice and even... π -
I always use a differ when searching for differences in json that's just super convenient. This one took a few seconds but I had such situations often enough myself to never judge someone for it :-)
-
I feel like that should have been easier for me to spot... I was looking for the usual suspects; commas, spaces, brackets, indentation...
Related Rants
Spot the difference and guess how much time I've wasted on that.... π
rant
jquery
typo
slim3
csrf
javascript