Sebastian Bank

Results 43 comments of Sebastian Bank

Thanks! +1 that there is no rush on this as most users might have an earlier version of `sqlite3`. I for one have been using the [pre-compiled binaries](https://www.sqlite.org/download.html) a lot,...

Slightly reladed re: versioning metadata; should we make a version string field here (non-template) and read from here? https://github.com/glottolog/glottolog/blob/ea763abd75e6aa333e666a0645ab3c4c3bf460d0/config/publication.ini#L19

Yep. I guess that would mean changing `glottolog-admin release ` to `glottolog-admin release` in RELEASING.md.

Cool. I started including `config/*.ini` in `treedb` so it would consume that as well.

Thanks Robert. Importing this as `Dataset.version` in `treedb`: [3a2bd36f6bdab41314bc782a91e8f187eb132cc1](https://github.com/glottolog/treedb/commit/3a2bd36f6bdab41314bc782a91e8f187eb132cc1).

How about trying to fix some of the errors upstream but linking to many Wikidata and Wikipeidia pages in general, i.e. replicate the links as backlinks (maybe this was the...

I think this might boil down to the question whether https://www.wikidata.org/wiki/Property:P1394 links (and/or backlinks from Glottolog) mean 'see also' or rather 'is the same as' (or something in between)? @xrotwang...

SG, let's start with fixing the backlinking code then. Assuming the same holds for links for Wikidata links. I think there would also be a use case for a 'same...

Thanks for the detailed report. The [edge method](https://graphviz.readthedocs.io/en/stable/api.html#graphviz.Graph.edge) currently accepts `:`-separated strings as `node_id`s ([DOT language](https://www.graphviz.org/doc/info/lang.html)), currently splitting them naively into `node`, `port`, and `compass`: https://github.com/xflr6/graphviz/blob/5eaf0b7c8b28c6e8f260175ecc3d1eecad92dc98/graphviz/lang.py#L55-L74 Unforunately, fixing the 'colons...

Thanks. I agree: let's try to better document the current behaviour (maybe you want to help with this?).