Thomas Hallock

Results 15 issues of Thomas Hallock

For universal (a.k.a. "isomorphic") rendering: Even though this is a web-only module, it's important to not fail when imported server-side, because sometimes that's where components get rendered.

enhancement
waiting response

This seems like a more sensible default. Should be published with the next major release since it is a breaking change to any dependent that doesn't explicitly set this config...

added [`set -e`](https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html) at the top of the script and removed ` &&` suffix from the end of every line.

addresses the bug described in https://github.com/jsonresume/resume-cli/issues/493

The intention here is to gate PRs with tests, and run semantic release when a new release is drafted. I've tested a bit with [act](https://github.com/nektos/act), but we'll need to merge...

Similar to how themes are implemented as separate packages, it would be nice to have community-developed importers and exporters in order to implement interoperability with other resume formats, e.g. h-resume...

Request For Comment

* for PDFs, we can use [XMP](https://en.wikipedia.org/wiki/Extensible_Metadata_Platform) * for HTML, we can use a meta or script tag. For example: * `

Request For Comment

separating all these things is a big difficult so grouping them in the same branch for this PR. Also, `ajv` wouldn't work until I said that the schema was draft-7....

I recommend merging https://github.com/jsonresume/resume-schema/pull/378 first