Tom Clancy

Results 6 issues of Tom Clancy

I've spent the last 2 years of my life upgrading everything to Python 3 but now I have a friend who needs something Python 2 (at least for a little...

Fix for #19 to allow process to run without errors on Windows.

This PR adds support for including a Table of Contents as the first page of a PDF, addressing #12 and possibly #91. Please note it's a pretty major change to...

I've noticed the mailer can get locked up where the LOCK_FILE never gets removed. This command blows the file away if it's over 4 minutes old (I suppose it should...

Not expecting a fix, just posting this to save other people the hour or so of frustration before figuring out the `meta is not defined` error I was seeing was...

I tried using this with a dataclass which contained a number of types marked `Optional[type]` and it failed with ``` datalite/commons.py in _convert_type(type_, type_overload) 23 return type_overload[type_] 24 except KeyError:...