Hi,my name is Andraz Brodnik 'brodul' from Slovenia, Ljubljana.I am finishing my studies at the faculty of electrical engineering in Ljubljana.I am working with python for the last two years, before that I was a linux system administrator.To also develop web dev skills I started developing in Pyramid (Jinja2, SQLAlchemy, Alembic) about half year ago. Because of great potential of unittesting web APIs and great local python support from other OSS hackers (Domen Kozar and many others).I would like to contribute back to the community and get more experience working with larger community and code base, not just pushing small patches.So I would like to improve the debug tools for pyramid. As this is proposed on the wiki on Pyramid GitHub page, with the primary focus on the debugtoolbar.Here is a list of things I would like to improve:debugtoolbar:- Review open bugs close them if they have already been fixed- Fix open bugs- Better Unicode handling- Better extension support- ZODB extension (transaction amount ... )Other:- The debug interactive console has a lot of bugs- Better integration of Jinja2 into traceback on template errorI don't understand what is meant by the task:Overall cleanup of debugger toolbar (Make it so doesn't embed itself into the site HTML)I will be honored to get some feedback.Andraz Brodnik 'brodul'
for the new debugtoolbar, could you (please) look into not making it trigger multiple requests / events ? that's been a pain in the ass when debugging event subscribers.
--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discus...@googlegroups.com.
To post to this group, send email to pylons-...@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Better isolation is a major motivation behind the new debugger. That and being able to debug ajax/api requests. Don't worry, what we have in ours heads (not on paper) is the bees knees!
Hi,my name is Andraz Brodnik 'brodul' from Slovenia, Ljubljana.I am finishing my studies at the faculty of electrical engineering in Ljubljana.I am working with python for the last two years, before that I was a linux system administrator.To also develop web dev skills I started developing in Pyramid (Jinja2, SQLAlchemy, Alembic) about half year ago. Because of great potential of unittesting web APIs and great local python support from other OSS hackers (Domen Kozar and many others).I would like to contribute back to the community and get more experience working with larger community and code base, not just pushing small patches.So I would like to improve the debug tools for pyramid. As this is proposed on the wiki on Pyramid GitHub page, with the primary focus on the debugtoolbar.
Hi,we have a project in the air to make the debugtoolbar not injected in the html page but instead rendered inside an iframe or in a different window. With that feature we also have the interest of keeping x number of requests in memory so you can access multiple requests like ajax ones not available to the current request. Me and raydeo have discussed this project at pycon and will probably sprint on it at breckenridge, and the project will probably be a new one.So I think those ideas should be separated from the current debug toolbar project. However the current project need more love so if you are interested you're welcome to give a hand.
Hello Andraz,There are only 4 days left to submit proposals, so make sure you make the time to submit an official proposal on http://www.google-melange.com and we can help you refine the proposal once. Did the information in the previous e-mails help you understand what we were thinking?