Lars Trieloff

Results 93 comments of Lars Trieloff

Makes sense. Feel free to create a PR.

Good idea. Do you have a Schema Linter you are using right now?

MD030 and MD024 seem to be more a question of preference, and won't be addressed. MD025 could be a reasonable change, but would cause a breaking change as the document...

Possibly. I'd review a PR for that.

:tada: This issue has been resolved in version 7.1.2 :tada: The release is available on: - [GitHub release](https://github.com/adobe/jsonschema2md/releases/tag/v7.1.2) - [npm package (@latest dist-tag)](https://www.npmjs.com/package/@adobe/jsonschema2md/v/7.1.2) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

`git bisect` points at https://github.com/adobe/jsonschema2md/commit/2fb9fc5846b64df7cd54f39e3ef10f2da5cef75e

Do you have the issue on other node versions? The code that is failing looks like this: ```javascript function keyword(str) { used.add(str[0]); return str.join(''); } ``` and I'm having a...

I've added a speculative fix in the `max-call-stack` branch. Can you try this and report back?

I haven't been able to look into this in depth, sorry.