Daniel Chatfield
Daniel Chatfield
Thanks for this - I'll take a look at fixing this at the weekend.
Figured out how to pass an options array - I was getting confused.
Actually I'll leave the issue open because ideally this error would be caught and if the cache directory could not be made due to permission issues it would just not...
Pi isn't really powerful enough for that
@WebReflection I know it _works_, I've run hexxeh's build on it but everything is very slow, and thus I do not think it should be bundled with this as it...
@untitaker Thanks for the quick response. I think I'll have to do detect the version and then either provide `logger` or not depending on the version.
@untitaker It's used in a bunch of internal tools that people usually update by just `git pull` so we try and avoid introducing new dependencies / changing required versions as...
I would be supportive of landing the change to special case `Skip` here, that seems like the most pragmatic solution.
@csstaub It's required for EMV 3D Secure V2 which is soon going to be a spec that every merchant in Europe will have to (indirectly) implement. Would you recommend we...
> admin = Blueprint('admin', **name**, template_folder='templates') You are not following the documentation, you need to actually pass `__name__` into `Blueprint`