Re: [Repoze-dev] repoze.bfg is now Pyramid

2010-11-05 Thread Casey Duncan
I will be disappointed if the Pyramid logo is anything less than the eye of providence ;^) Congrats! Great to see synergy, particularly amongst Python web frameworks! -Casey On Nov 5, 2010, at 12:50 PM, Chris McDonough wrote: Denials --- Hopefully these will help clear up any

Re: [Repoze-dev] repoze.bfg is now Pyramid

2010-11-05 Thread Shane Hathaway
On 11/05/2010 02:11 PM, Casey Duncan wrote: Congrats! Great to see synergy, particularly amongst Python web frameworks! +1 :-) Shane ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

Re: [Repoze-dev] repoze.bfg is now Pyramid

2010-11-05 Thread Thomas G. Willis
HOORAY! ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

Re: [Repoze-dev] repoze.bfg is now Pyramid

2010-11-05 Thread Martin Aspeli
On 5 November 2010 19:50, Chris McDonough chr...@plope.com wrote: Personally, I couldn't be happier about this.  I'm proud of the work we've done so far, and I'm extremely optimistic about the future of Pyramid and the Pylons Project. Can I just say this is an almost unheard of degree of

Re: [Repoze-dev] repoze.bfg is now Pyramid

2010-11-05 Thread Fergus Doyle
On 5 Nov 2010, at 21:16, Martin Aspeli wrote: On 5 November 2010 19:50, Chris McDonough chr...@plope.com wrote: Personally, I couldn't be happier about this. I'm proud of the work we've done so far, and I'm extremely optimistic about the future of Pyramid and the Pylons Project. Can I

Re: [Repoze-dev] DummyRequest breaks GET/POST API

2010-11-05 Thread Fergus Doyle
I ended up subclassing DummyRequest to add the functionality where i needed it (I had a number of other aspects to add to the class due to the app setup, so it wasn't too painful) I suppose it can't be a bad thing to resemble webob.Request as closely as possible? On 4 Nov 2010, at 12:40,

Re: [Repoze-dev] DummyRequest breaks GET/POST API

2010-11-05 Thread Chris McDonough
I suppose my issue with adding getall to the thing: if getall needs to behave like it does in a normal webob request and multiple values for each key need to be kept around, you might as well just use a normal one. Or, as Fergus did, subclass. - C On Fri, 2010-11-05 at 22:23 +, Fergus Doyle

Re: [Repoze-dev] Apparent rendering bug in Chameleon Genshi templates.

2010-11-05 Thread Chris McDonough
Hi Ceri, This message was discarded (apparently because you're not a member of the repoze-dev maillist). I'm forwarding it on your behalf, but you'll need to sign up at http://lists.repoze.org to reply. - C On Sat, 2010-11-06 at 14:10 +0900, Ceri Storey wrote: Hi there. I think there was