Friedrich Lindenberg

Results 156 issues of Friedrich Lindenberg

"Im Folgenden bleiben dabei die Zweitstimmen derjenigen Wähler unberücksichtigt, die ihre Erststimme für einen solchen erfolgreichen Kandidaten abgegeben haben." [Wahlrecht](http://www.wahlrecht.de/bundestag/index.htm)

Function to sort the table by column, e.g. via http://www.datatables.net/

Some backends, most notably PostgreSQL, support an upsert operation inside the database backend (i.e. `INSERT ... ON CONFLICT UPDATE ...`). We should explore if we can automatically switch to using...

enhancement

I'm drafting this email in public, because why not. Dear OpenSanctions users, I'm writing to inform all of you of some planned changes to the OpenSanctions data schema. The outlined...

documentation

I've seen a few bug reports recently that were based around the fact that `opensanctions run` never completes. This is caused by the fact that at any one time, at...

pipeline
documentation

OpenSanctions data will start to contain `Image` entities, which describe a picture of an individual present in the data. This was suggested by OMNIO, to facilitate identification of PEPs. The...

pipeline
schema

At the moment, there are some attributes of people and companies that exist both as direct properties and nested entities. For example, and address can be stored in the `address`...

pipeline
schema

Let's pull in subsidiaries of companies listed on NSDC.

sources

It seems to me like setImage() basically just calls Pillow's save method and then loads the resulting byte stream into tesseract. Is there a way of loading a bytes object...

enhancement