MAILLOL Vincent

Results 4 issues of MAILLOL Vincent

How to reproduce: ``` $ pew new e1 No LICENSE.txt / LICENSE found in source New python executable in /home/vmaillol/venv/e1/bin/python2 Also creating executable in /home/vmaillol/venv/e1/bin/python Installing setuptools, pip, wheel... done....

### Fix: Prevent passing callable objects that overwrite context This fixes a regression where passing a callable object like huey.Task would break the context attribute. After this change, huey.Task and...

## What do these changes do? `check_permission` now returns the userid instead of None. This avoids an extra authorization lookup for callers. ## Are there changes in behavior for the...