Jonathan Vanasco

Results 268 comments of Jonathan Vanasco

> Did you consider something like config.add_mako_renderer_alias(renderer='.mako', alias='.mak')? This would allow people to add their own aliases without overwriting the entire pre-existing configuration. That idea didn't occur to me. I...

This is now easily doable thanks to https://github.com/Pylons/pyramid_debugtoolbar/pull/291

requires debugtoolbar 4.0 pypi: pyramid_debugtoolbar_api_performance github source: https://github.com/jvanasco/pyramid_debugtoolbar_api_performance

It's a lifesaver. We don't use Pyramid's stock sessions, so my panel is incompatible as-is. I don't know when I'll have time to port, but will try to. If anyone...

This has the same build failure as pyramid_retry on 3.7 only, due to tox installation. perhaps there is an incompatibility on that platform?

Great find! adjusted the travis file and it works.

I generally like the idea of consolidating everything within a single `send` but I'd like to make a few suggestions * Since the above would use the configured defaults, I...

UTF-8 characters are allowed in email headers (See RFC 6532 https://tools.ietf.org/html/rfc6532), and should not be escaped. This seems to work fine in the current version -- the subject is encoded...

I've begun working on this: https://github.com/jvanasco/pyramid_mailer/commit/4497d07311f04cef7c488bcc55fc421aaaf3601b

I believe there are 3 different features needed: * Hide a Package Version - low danger. The package is still available by directly requesting the version, but does not show...