Mike Chelen

Results 14 comments of Mike Chelen

Maybe it would be good to use a different sample dataset for this migration? Because I'd like to include a user import for the comment authors, and it can get...

Whoops, I totally filed this bug in the wrong repo. I meant to post it in `resume-cli`.

Ah ok yes that would be helpful. I don't think it's possible to test if the output is correct, but we can at least check that the render was performed...

I can confirm, a http://registry.jsonresume.org/name works fine with password, but the pdf version http://registry.jsonresume.org/name.pdf shows the password prompt, and then the "you need to publish" error.

Would it ok to just include a copy of CC-BY? I'm only seeing content (not code) in this repo.

One challenge with this seems to be that there a number of different suggestions: - Allowing different % of CPUs to be used depending on busy/non-busy - Allowing different %...

Had the same problem, also using Firefox on Ubuntu Linux.

The link should probably be removed until the issue is fixed. Either comment out the code, or store the alternate version as a branch or version tag?

Can you pull this into a new `beta` branch and create a `beta` tag on the Docker project?

Confirmed, for example https://gist.github.com/mchelen/7c972c58f921c58d8c32: ``` $ dpm install https://gist.githubusercontent.com/mchelen/7c972c58f921c58d8c32/raw/c57c987daf16f11ab4477ccfb76be780a32769f2/datapackage.json dpm http GET https://gist.githubusercontent.com/mchelen/7c972c58f921c58d8c32/raw/c57c987daf16f11ab4477ccfb76be780a32769f2/data.csv dpm http 200 https://gist.githubusercontent.com/mchelen/7c972c58f921c58d8c32/raw/c57c987daf16f11ab4477ccfb76be780a32769f2/data.csv . └─┬ datapackages └─┬ blargh ├── datapackage.json └─┬ data └── data.csv ``` ```...