Nick Strayer
Nick Strayer
Hi @instantkaffee and @nvelden! It is! Going forward I will be the maintainer so, while activity may not be light-speed I am going to attempt to make my way through...
For this what I like to do is add a `debugger` statement to my script near the end of the current progress and then fiddle in the browser's javascript source...
A great point! I believe that this is not too hard with paged.js.
[Here's the paged.js docs on this](https://www.pagedjs.org/documentation/07-generated-content-in-margin-boxes/#page-counter). ```css @page { @bottom-left { content: counter(page); } } ```
Go into `dd_cv.css` and add these lines to get page numbering! ``` .pagedjs_margin-top-left-corner { visibility: unset !important; } .pagedjs_margin-top-left-corner>.pagedjs_margin-content::after { content: counter(page); position: absolute; top: 8px; left: 10px; } ```...
I think these kinds of customizations should be added to a wiki of sorts, probably on the package website.
Hi @AntoineSoetewey and @pbrazda , This should be relatively straight forward. Let me have a look at it in the next day or so and get back to you. Right...
Hi @AntoineSoetewey and @pbrazda , Check out what I've done on the branch `current_end_date`. Here's [the diff for the changes](https://github.com/nstrayer/cv/commit/8092140aa287d40520521516791c57fd1a2b1404). Basically, now if you set the `end` column of your...
This issue is the same as https://github.com/nstrayer/datadrivencv/issues/35. Basically I was foolish and tried to standardize on all the internal files being lowercase which broke backwards compatibility with parts of the...
Hi! Yeah, I mildly abandoned the shorter resume version in an effort to keep things simple when going to the package format. That being said, it's just a matter of...