Giter Club home page Giter Club logo

kissmyresume's People

Contributors

dependabot[bot] avatar karlitos avatar pnlng avatar ryneeverett avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

kissmyresume's Issues

Unknown option --paper-size

Hi! Thank you for your awesome tool!

I have a little annoying error when I run

kissmyresume build resume/base.json --theme node_modules/jsonresume-theme-macchiato-ibic --format PDF --paper-size Letter

I get the following error:

Error: Unknown option --paper-size.
Type kissmyresume --help for help.

I don't know what's going on, there's supposed to be such option.

Any help will be appreciated, have an awesome day!

Is this repo being actively maintained /developed?

Just checking to see if this repo was still being worked on.

I've been looking for the best way to version control and generate my resume automatically for awhile. And hack my resume was difficult to modify especially with it no longer being updated.

Figured i should check in here before trying to pick up this repo

Thanks!

Feature request: Windows electron app - use a VM and evaluation copy of Windows to build

Hi, the electron app is exactly what I'm looking for!! I'm just wanting a simple GUI that is 100% local. But I'm on a Windows computer. :(

Just because you only have a Mac, doesn't mean you can't find a work around. If you have enough disk space, you could use VirtualBox (strongly recommended) then get an evaluation copy of Windows 10 for the virtual machine. If you don't have enough disk space, then using an external hard drive with VirtualBox is another option. It's almost impossible for Windows to have a Mac VM, but quite easy for a Mac to have a Windows VM so you'll want to take advantage of that.

Below are some options. All are good for 90 days which should be plenty of time for testing, but the development one is more concrete on the time to keep more updated with new Windows 10 releases. By the time the 90 days is up, it's usually time for a major upgrade of Windows 10 so can get a newer version.

^ The Developer version is usually the best option, but be aware the expiration is soon because a Windows 10 20H2 is going to drop any week now. So you may want to wait on that one until after the 11/17/20 expiration date.

I recommend sticking to a traditional .exe type of file and not a store app. Sorry, I'd fork, but I've never done NPM/React development and I need to concentrate on a full stack Django/Postgres project for my portfolio. Definitely happy to help end-user test if you release an .exe file.

Hope this helps. Thank you for considering this.

Can the PDF version export in color?

Hi, big fan of the tool. Most effective/straightforward one I've tried so far.

I encountered a slight issue where the PDF version exports in black & white. Any guidance on how to change this?

Export to PDF failed! Reason: TypeError: Cannot read property 'close' of undefined

Hi and thank you for making this tool!

When trying to build my resume JSON to PDF I get the following error:

Export to PDF failed! Reason: TypeError: Cannot read property 'close' of undefined

My setup:

KissMyResume v0.8.2
n --version :7.2.2
npm --version: 7.13.0
node --version: 16.2.0
nodejs --version: 8.10.0

(I realize this setup is probably a mess of versions, this is my first use of nodejs)

validation of my json is successful. You can look at the json here

Is there some dependency that I am missing?

Installation not working

When I try to install through npm install -g kiss-my-resume I get an error due to puppeteer problems

/app # npm install -g kiss-my-resume
/usr/local/bin/kissmyresume -> /usr/local/lib/node_modules/kiss-my-resume/cli.js

> [email protected] install /usr/local/lib/node_modules/kiss-my-resume/node_modules/puppeteer
> node install.js

ERROR: Failed to download Chromium r686378! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.
Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/kiss-my-resume/node_modules/puppeteer/.local-chromium'
  -- ASYNC --
    at BrowserFetcher.<anonymous> (/usr/local/lib/node_modules/kiss-my-resume/node_modules/puppeteer/lib/helper.js:111:15)
    at Object.<anonymous> (/usr/local/lib/node_modules/kiss-my-resume/node_modules/puppeteer/install.js:64:16)
    at Module._compile (internal/modules/cjs/loader.js:1076:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
    at Module.load (internal/modules/cjs/loader.js:941:32)
    at Function.Module._load (internal/modules/cjs/loader.js:782:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47 {
  errno: -13,
  code: 'EACCES',
  syscall: 'mkdir',
  path: '/usr/local/lib/node_modules/kiss-my-resume/node_modules/puppeteer/.local-chromium'
}
npm WARN [email protected] requires a peer of handlebars@3||4 but none is installed. You must install peer dependencies yourself.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-10-08T12_01_06_137Z-debug.log

I do that within a docker image as follows:

FROM node:alpine

ENV APP_HOME /app

RUN npm install -g kiss-my-resume

VOLUME $APP_HOME
WORKDIR $APP_HOME

ENTRYPOINT ["./docker-entrypoint.sh"]
CMD ["start"]

Tag Releases

Please push git tags corresponding to npm releases.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.