Brian Thorne
Brian Thorne
Consider applying [black](https://github.com/ambv/black) Aha! Link: https://csiro.aha.io/features/ANONLINK-39
Users trying to use clkhash have ran into issues with `head` and with the multiline commands separated with `/`
It would be a good idea to make it clear how use the library without serialization e.g. to directly use the clkhash output with anonlink. There are a few functions...
Say a row doesn't have data for one field: ``` INDEX,NAME freetext,DOB YYYY/MM/DD,GENDER M or F 0,Libby Slemmer,1933/09/13,F 1,Garold Staten,,M 2,Yaritza Edman,1972/11/30, ``` What should we do? 1) Current approach...
Aha! Link: https://csiro.aha.io/features/ANONLINK-50
We need to add a note on security... The Cryptographic Longterm Key is computed and compared following the method described by Rainer Schnell, Tobias Bachteler, and Jörg Reiher in [A...
> Assuming clk.py is meant to be common code that could support a number of different interfaces, then tqdm’s progress bars (which are specific to a CLI) should be handled...
The readme or docs should state how we configure and run mypy. Aha! Link: https://csiro.aha.io/features/ANONLINK-37
I noted that building the base image wasn't actually reproducible despite our overzealous pinning of requirements... so to make life easier I suggest we continue to pin the FROM docker...