Hacker News new | ask | show | jobs
by Jhsto 3059 days ago
For some reason, it won't show my first job. Console reports this error:

    clean.js:53 No Volunteering
    clean.js:65 No Languages
    clean.js:111 Removing last job.
    9q4fcy0u894wfpt4om65ddw5d:1332 Uncaught TypeError: Cannot read property 'contains' of null
        at s.onWindowClick (ecqz9oxm6n7j7lgxh46b6hgxw:2735)
        at p.run (37faxrlgmrjbfus14qcvdqns0:3786)
        at p.join (37faxrlgmrjbfus14qcvdqns0:3788)
        at Function.u.join (37faxrlgmrjbfus14qcvdqns0:6776)
        at 37faxrlgmrjbfus14qcvdqns0:6779
Also, if you continue development do please consider a nice way to parse projects! As a programmer, I have plenty of those with outbound URLs.

All in all, good work, will definitely use this once I apply for a job!

1 comments

Hmm. Strange error. That Uncaught TypeError is unrelated. That happens when you click any element on the page because I removed a ton of the LinkedIn code and haven't been able to figure out where that's coming from yet, but it shouldn't affect how it works.

How many jobs do you have on your profile? Is it only not showing the first (newest/current) job? Or is it not showing your first job as in first on your profile (oldest)?

When it loads, it places everything onto the resume, then checks the height to make sure it'll fit on a single page, and if it doesn't fit, it removes items until it does fit.

So it looks to me like it removed your oldest job on your profile to get it to fit. I'm planning on making it more customizable - let people choose which items to remove to make it fit.

But also yes! I too have a bunch of projects I usually include on my resume, so I will definitely work on grabbing projects and getting them onto the resume.