JonasDaWi
JonasDaWi
I would like to generate kotlin classes from the [FHIR Schema](https://hl7.org/fhir/definitions.json.zip). The problem is that quicktype crashes with `Error: Maximum call stack size exceeded.` When I set a higher stack...
It would be nice to make the engine run on kotlin only, so that one can use this lib in a KMM project. Currently, this project does not work with...
in bluetoothctl, when I type ` [bluetooth]# scan off ` I get the error: `Failed to stop discovery: org.bluez.Error.Failed` How do I stop scanning?
When I try to generate classes from the [FHIR Schema](https://hl7.org/fhir/fhir.schema.json.zip), I get following Exception: `Exception in thread "main" net.pwall.json.pointer.JSONPointerException: Recursive $ref - /definitions/Extension at net.pwall.json.schema.parser.Parser.parseSchema(Parser.kt:175) at net.pwall.json.schema.parser.Parser.parseRef(Parser.kt:324) at net.pwall.json.schema.parser.Parser.parseSchema(Parser.kt:202) at...