Boris Cherny
Boris Cherny
Hey, thanks for the contribution! I'm not familiar with how GH packages work, but would this also mean we'd need to publish a GH package every time I publish a...
Got it, thanks for helping me understand @lundibundi. Will `prepare` run when folks install json-schema-to-typescript? ie. If my project has the following package.json: ```json { "dependencies": { "json-schema-to-typescript": "*" }...
Hey there, sorry for the delayed response. What is the expected behavior? `declareExternallyReferenced` is an old flag in need of some love, and a good place to start would be...
Hey, sorry for the delayed response. Not sure I totally understand the issue -- mind spelling it out a bit more, and providing a complete, whittled down repro case?
Hey there! This is a pretty unusual behavior to customize. Could you give more context for why you want a different name resolution algo for your use case?
@iwan-aucamp-cs That sounds fair to me! Feel free to submit a PR introducing a new option for this, `customName`, which should be a function that takes `(id, title, keyNameFromDefinition)` and...
Mind adding a self contained repro?
Sorry for the delay! I don't think a normalizer rule would be sufficient here. We also need to consider: - `anyOf` and `oneOf` - Nested sub-schemas (N layers deep) -...
Hi @ducin! This does look like a bug to me. I won't have time to look at it in the near future, but am happy to look over any PRs...
Hey, thanks for the contribution! Would you mind opening an issue first, to explain the motivation for this change a bit more? Also, tests are a must.