Thomas Hallock

Results 41 comments of Thomas Hallock

> revise the contents to follow the KeepAChangelog format any thoughts about using something like [committizen](https://www.npmjs.com/package/commitizen) to manage either of these:? * ensure that commits are categorized correctly. * determine...

Okay, just trying to help bring order here :) Also, big congrats on getting github workflows set up to publish. That's a huge win for getting this project back on...

SchemaStore kinda seems like a bad idea since they don't seem to version their schemas, but following the intent of this request, it looks like the only way to ensure...

> We should avoid OS-specific tooling (ex shell scripts, CLI utils) Why? Banning shell scripts implies not using `scripts` in `package.json` at all - they are all [run as shell...

> package.json scripts that execute Node scripts are OS independent Can you be more specific about what you want / don't want here? The executables referenced in `scripts` are declared...

> A contributor (who uses Windows) is working on a PR. The PR has a mistake (ie linting error) so the CI fails as expected. How does that contributor identify...

>> Happy to go with another solution if you can recommend something. > > I'd probably go with a tool that uses or works like ESLint for JSON I did....

>> Why? Banning shell scripts implies not using scripts in package.json at all - they are all run as shell scripts by npm. > > `package.json` scripts that execute Node...

Can we keep this open? It's a different ask. This issue describes adding custom importers and exporters to resume-cli whereas #357 requests adding support for Europass specifically.

> Yes, just try to direct the conversation toward actionable changes. This is pretty much done in my fork. I mostly opened this ticket to get feedback from the dev...