Peter Wall

Results 80 comments of Peter Wall

Hi @jufickel-b , I can't think of any obvious reason why the companion object is not generated. Can you confirm that you are using version 0.86 or later (that was...

Thanks for providing the additional information, but I am still unable to reproduce the issue. This is the output I get when generating from that schema: ``` /** * My...

Thanks for letting me know. I'm a little concerned that setting the `configFile` to that setting has solved your problem – that is supposed to be the default! I'll investigate...

Hi @amartinm7, without seeing the content of your schema files I'm not sure I understand the exact nature of your problem, but the suggestion of being able to specify the...

Hi @amartinm7 , having looked at this again, I think it's probable that your issue can be resolved by the use of the [`classNames`](CONFIG.md#classnames) configuration option. If you include a...

I don't what DSL you're referring to here. The code generator creates Kotlin and Java output, and it also produces Typescript interfaces (although with much more limited feature coverage). But...

Thanks for reporting this. I have a dual-boot laptop so I can try to reproduce it, but if you say you have a workaround, I might treat it as a...

Hi @xaviarias , thanks for the message. I originally wrote the plugin as an afterthought to the [`json-kotlin-schema-codegen`](https://github.com/pwall567/json-kotlin-schema-codegen) project, to help people perform the code generation and the compilation of...

Hi @xaviarias , I must apologise for taking so long to review this, but a lot has been happening in my day job lately. If you can answer the question...

Thanks @xaviarias. But I won't be able to merge this and deploy a new version until the weekend – probably Sunday or Monday. I'll let you know.