Seth Falco

Results 325 comments of Seth Falco

I wasn't around at the time, but I assume it was archived because it wasn't used in this repo. We can see [here](https://github.com/jsonresume/resume-cli/blob/21d15f6feb58b689abdb0c740b07319cf5fc2133/lib/export-resume.js#L79) that they just run it through a...

When or if we finalize the TypeScript definition, where will we maintain and publish it? I think it'd be best to create the `*.d.ts` file manually and maintain it here?...

Hey! akmalharith is right, it is supported and part of the schema already. It's just a matter of using or developing a theme that that utilizes that data. I think...

Does this make much sense, though? 🤔 I'm not sure what your use-case is, but on the surface it sounds like it'd be easier to make 2 separate files? i.e....

> What's the best approach to ensuring the copy of resume.json is kept up-to-date on the store? We don't have to sync our changes with JSON Schema Store at all....

Above has been merged, I only pointed it our 1.0.0 for now. We can add a `latest` version that points to `master`/`main`, or so if desirable. If you're keen on...

All properties are already optional as it is. In [JSON Schema](https://json-schema.org/), it's the `required` property that dictates if a property is required or not. It's never used at all in...

Likely because that was the schema currently uses draft 04, not draft 07 which is when that was added. It looks like our test suite doesn't support that version of...

> Giving a date string of "Present", empty string, or NULL for End Date will not render the resume I believe that depends on the theme / service in use....

Just a heads-up, this should hopefully finish more of that issue btw: * https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools/pull/1066 Hope the implementation was fine for whatever you'll need it for, but feel free to drop...