Tor E Hagemann
Results
3
issues of
Tor E Hagemann
# Reproduction: 1) `nvm install 6 && npm install co && node` 2) Copy-paste the "Objects" example from `Readme.md`: ``` co(function* () { var res = yield { 1: Promise.resolve(1),...
Closes #281
**Describe the bug** VideoHash results in: ``` AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' ``` Due to PIL.Image v10+ having deprecated ANTILIAS; fix appears to be LANCZOS or pinning PIL...
bug