Glvr182
Glvr182
You can indeed send your PR to [this](https://github.com/awesome-gocui/gocui) community fork, there are already lots of improvements
@mjarkk sounds like a good idea, maybe it would even be interesting to put the gocui based programs in that organization.
@mjarkk Gladly!
You can set a keybind perhaps, this keybind can then alter the cursor property
@jesseduffield @OdaDaisuke is this issue fixed?
Understood. I actually also had the problem where a type was declared twice in the same file. I patched it locally by just completely removing the uniquename check but this...
@omissis Okay so i have the following schema `energy-measurement-unit.json`: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://www.openchargealliance.org/schemas/oscp/2.0/energy-measurement-unit.json", "title": "EnergyMeasurementUnit", "uniqueItems": true, "type": "string", "enum": [ "WH", "KWH" ] } ``` and then...
That is the result of both the stable and `feature/implement-subschema`
This is a hack that my colleague made a while ago on a older version of your project. It made it work but we don't know if it broke other...
A way to solve this is to use the config file and [this little library](https://github.com/awesome-gocui/keybinding)