Re: [pylons-discuss] Adding functionality to the core

2019-09-19 Thread Michael Merickel
My personal feeling is most things that can be done out of core should be done out of core, but if new hooks or functionality is needed in core to accomplish that then we should consider adding it. The only exceptions are things that seem clear to affect a large percentage of the community or

Re: [pylons-discuss] Adding functionality to the core

2019-09-19 Thread Steve Piercy
I think it depends on the additional thing. I'd need specifics. In general, I have no opposition to additions, except for what we have as general policy and guidelines for Pylons Project projects, including Pyramid add-ons. --steve On 9/19/19 at 10:38 AM, the...@luhn.com (Theron Luhn)

[pylons-discuss] Adding functionality to the core

2019-09-19 Thread Theron Luhn
Engaging with https://github.com/Pylons/pyramid/issues/3452 got me thinking about functionality I’ve wished was shipped with Pyramid. CORS for example, or a base traversal resource. So I was wondering what’s the bar to add additional stuff to