Re: [pylons-devel] debugtoolbar - panel/toolbar API-- feedback wanted.

2014-12-16 Thread Jonathan Vanasco
Nice! I'm just looping panels right now with isinstance() to discern the correct one. It took a while to get the config right, but I was able to implement this without any edits to debugtoolbar yet. https://github.com/jvanasco/pyramid_debugtoolbar_api_sqla -- You received this message becaus

Re: [pylons-devel] debugtoolbar - panel/toolbar API-- feedback wanted.

2014-12-16 Thread Michael Merickel
I started to lay the groundwork for this in https://github.com/Pylons/pyramid_debugtoolbar/pull/182 by making the panel name a unique identifier that can be used in more places. This work probably needs to be completed but I did it on that panel activation branch which has some real problems waitin