Sebastian Bank

Results 5 issues of Sebastian Bank

Compare 1.0.8: ![shot1](https://cloud.githubusercontent.com/assets/6342379/23495802/0241992a-ff1b-11e6-90af-d36529997d09.png) with 1.1.0 (slightly cropped top, left, right and bottom): ![shot2](https://cloud.githubusercontent.com/assets/6342379/23495818/149a978e-ff1b-11e6-9dd1-db47cfb5c405.png) Both from http://www.lfd.uci.edu/~gohlke/pythonlibs/#basemap

### Describe the use case SQLite [release 3.37](https://www.sqlite.org/releaselog/3_37_0.html) added optional [`STRICT` tables](https://www.sqlite.org/stricttables.html) with more standard-conform type checking. I think it would be nice to support this for the `sqlite` driver...

sqlite
fairly easy
PRs (with tests!) welcome
use case

We currently assume that the mapping from glottocode to Wikidata QID is one-to-one: https://github.com/glottolog/pyglottolog/blob/ab4853ef4da59f2bfcbd526e7f1f753ec1bb8c9c/src/pyglottolog/links/wikidata.py#L45-L46 This is not (always) the case. E.g. https://www.wikidata.org/wiki/Q33282 and https://www.wikidata.org/wiki/Q5551235 both link to https://glottolog.org/resource/languoid/id/germ1281 (we link...

E.g. in https://github.com/xflr6/graphviz/actions/runs/8317979263 ``` PendingDeprecationWarning: The signature of save will be reduced to 1 positional arg ['filename']: pass directory='doctest-output/round-table.gv' as keyword arg(s) filepath = self.save(filename, directory=directory, skip_existing=None) ``` Possibly related...

bug

Badges are not working and pypip.in does not seem to respond.