jsonresume-theme-stackoverflow icon indicating copy to clipboard operation
jsonresume-theme-stackoverflow copied to clipboard

Stack Overflow theme for JSON Resume

Results 12 jsonresume-theme-stackoverflow issues
Sort by recently updated
recently updated
newest added

Add pdfRenderOptions with margin 0.8cm Uploaded example with diff [old.sample.resume.pdf](https://github.com/phoinixi/jsonresume-theme-stackoverflow/files/9375085/old.sample.resume.pdf) [new.sample.resume.pdf](https://github.com/phoinixi/jsonresume-theme-stackoverflow/files/9375086/new.sample.resume.pdf)

There's an unnecessary comma displayed in the HTML markup for the Location of a Work entry. ![Screen Shot 2022-08-01 at 11 53 15 AM](https://user-images.githubusercontent.com/6836155/182189713-b865e46f-d52e-4b5e-bae3-4210f2c880ac.png) The partial is also referencing an...

Hello, Is the most recent release on https://www.npmjs.com/package/jsonresume-theme-stackoverflow up to date with this code? I notice an issue with date formatting in the Volunteer section on the registry, but it...

The spacing in the references section is not so legible. ![image](https://github.com/phoinixi/jsonresume-theme-stackoverflow/assets/6730402/33bf7cf8-e2d3-4421-9933-b4d1c0c5aad4) As you can see, the message from Bob is much closer to Alice than the message from Alice. The...

This pull requests updates font-awesome to the new major version v6. Therefore some minor changes needed to be made. - From v6, there is no official cdn anymore. font-awesome recommends...

Hi there, this is an issue to discuss whether you want to merge my changes. I have created a fork and released a new [package](https://www.npmjs.com/package/jsonresume-theme-stackoverflow-react). Please also see the [demo...

I've recently bumped the JSON Resume registry to run on node 18 only and I cannot get stackoverflow working anymore. It seems to not write out the main css output...

Helpful to be able for folks building local to be able to make small changes to the CSS (such as hiding the dates on education).

Hi, I added localization of dates in date-helpers and replaced moment package with JavaScript Date API. Also wrote some tests. Best reagards, Enough7