Isaac

Results 5 issues of Isaac

Added support for .nfs files (the extension Netflix uses for subtitles when downloaded from their app).

Hi, is "busy waiting" the recommended approach to read user input? I was looking at `Annelid.py` which I got the impression served as kind of tutorial and saw this: https://github.com/TinyCircuits/tinycircuits.github.io/blob/95a4e5fcc758addc9bdb0b3831498eb3c2234ab8/ThumbyGames/Games/Annelid/Annelid.py#L38-L42...

I think that some error messages would benefit from including more information, so debugging is easier. Example `aws/aws.go:342`: ``` go err = errors.New("No valid AWS authentication found") ``` vs ```...

**TL;DR** It would be handy to display which versions of frameworks are used in the benchmarks. ## In the readme you acknowledge _There has been a TodoMVC benchmark floating around...

enhancement