You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow it works on my local macbook pro though. The way I get the "good looking" resume is to npm install -g hackmyresume, so there must be some difference between my global install and my local, hermetic install. Here is my NPM package list: https://gist.github.com/moribellamy/90b7d1e932073d7be1526ab42e54071f
The text was updated successfully, but these errors were encountered:
Thanks for the report and for putting together the reproducible test case. This is fixed in the latest code on dev and should be rolled into the 1.9.0 release, due in the next 48 hours or so.
EDIT: Thanks for putting in the extra effort here. If you'll keep those repos handy I'll see if we can integrate some stuff on the test side.
To repro this issue I just made a github repo, https://github.com/moribellamy/sample-resume-issue.
I hooked it up to travis so that you could know exactly the environment i'm running stuff in. I expect the ./generate.sh script to generate a good looking resume, like this one: (see the dates are properly rendered): https://htmlpreview.github.io/?https://github.com/moribellamy/resume/blob/master/resume.html
However the actual code renders a bad looking resume (see the dates are wonky): https://htmlpreview.github.io/?https://github.com/moribellamy/sample-resume-issue/blob/master/resume.html.
Somehow it works on my local macbook pro though. The way I get the "good looking" resume is to
npm install -g hackmyresume
, so there must be some difference between my global install and my local, hermetic install. Here is my NPM package list: https://gist.github.com/moribellamy/90b7d1e932073d7be1526ab42e54071fThe text was updated successfully, but these errors were encountered: