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
-
aaxa24267yI had an error yesterday saying that there was an unexpected token when parsing some json in Angular. There was no symbol provided in the error message. Fast forward to one and a half hour later after a lot of debugging. There was a space in the end of a key in the json file ðŸ˜
-
TobyAsE28447yAlways gold. Lines that are empty or just have an bracket in them are also my favorite sources of nullpointers
-
sklafg4757yIt is always the best time on a day to guess the line which causes really the exception :D
-
magis22817yI got an error last week that vue failed to initialise, on line 174 of a 21 line file. After a good 2 hours, I realised it; I was writing pure PHP in Laravel and used absolutely no js in this project.
I deleted the commented out lines initialising vue, and it worked. THEY WERE COMMENTED OUT -
Sykoah7157yIt's a common mistake to see the filename for the compilation error and not realise it's .spec.ts not just .ts
-
Achi4147yWas working on angular 2 with Atom, added element in html, throws parse error, debuged for like days, switched to another editor then readded the element I was talking about in the html file then it worked, Atom sucks for angular that is!!!!!!!!
Angular Y U du dis to me
undefined