Christian Hergert

Results 43 comments of Christian Hergert

I don't mind Vala for sketching out an API, but Builder has a moratorium on Vala code, so we won't be introducing any dependencies into the Builder UI process itself...

It's possible we could consume a CLI tool, but then we'd want something that can describe all the possibilities up-front so that we can consume them and populate API.

I would probably start by doing something like: ```sh $ some-tool-name info --json { "licenses": [ {"id": "gpl3plus", "name": "GPLv3+" }, ... ], "languages": [ {id: "c", name: "C"}, {id:...