Results 8 issues of John Loeber

maybe as one giant html page, etc.

keep them all in a top-level 'assets' folder. necessary for display of tweets.

look into using replies and `in_reply_to` to archive entire threads

so you can be sure the twitter api is returning the correct objects

Add an option to log a function call with all its arguments, so it becomes even easier to detect which functions need improvement. (E.g. if some function is O(N^3) and...

The problems with testing `log_data` are that: 1. The logged times are system-dependent. It's possible to mock these times. 2. The function fulfills several purposes: some logical checks, creating the...

`__enter__` has good implicit test coverage from `General`. The coverage for `__exit__` is less thorough. It'd be good to have a unittest for both of those functions. We'd need mock...

See README/Remarks: > The app currently does not compute ties correctly for more than two players. When any two hands on the table tie, the entire table is interpreted to...