Re: need your help to overhaul docs

2012-02-07 Thread Danny Navarro
I'll contribute with € 50, too. -- Danny Navarro | http://blog.dannynavarro.net On Tue, Feb 7, 2012 at 8:07 AM, Robert Forkel xrotw...@googlemail.com wrote: i'd be happy to chip in € 50 = 65.47500 U.S. dollars best regards robert On Sat, Feb 4, 2012 at 4:53 AM, Chris McDonough chr

Re: Model validation

2011-12-13 Thread Danny Navarro
On Dec 13, 2011 8:45 PM, Mike Orr sluggos...@gmail.com wrote: On Tue, Dec 13, 2011 at 1:59 AM, rihad ri...@mail.ru wrote: On Dec 13, 6:55 am, Mike Orr sluggos...@gmail.com wrote: Pyramid is a mid-level framework like Pylons. For a lightweight framework, see web.py, Aspen, Quixote,

Re: websockets in pyramid

2011-12-03 Thread Danny Navarro
? -- Are there other way to use websockets in a pyramid application? (only 1 port). Thank you, Etienne I think firefox doesn't have support for websockets. You can use http://socket.io/ in Pyramid with https://github.com/abourget/pyramid_socketio Regards, -- Danny Navarro  |  http

Re: ZCA objectEventNotify + Pyramid Subscribers

2011-06-12 Thread Danny Navarro
Hey, I was curious about how to write custom events in Pyramid so I toyed around a bit and came up with this blog post: http://blog.dannynavarro.net/2011/06/12/using-custom-events-in-pyramid/ In the example I show the events work properly without hooking the ZCA. -- Danny Navarro | http

Re: Pyramid and access to basic useful objects outside of view callables

2011-06-11 Thread Danny Navarro
? -- Danny Navarro | http://dannynavarro.net On Sat, Jun 11, 2011 at 7:13 PM, Matt Feifarek matt.feifa...@gmail.com wrote: Hi there. I'm a relatively long-time Pylons user, starting to work with Pyramid. I like what I see, but am suffering a bit on where to find things. I'm using traversal

Re: Pyramid and access to basic useful objects outside of view callables

2011-06-11 Thread Danny Navarro
On Sat, Jun 11, 2011 at 10:58 PM, Matt Feifarek matt.feifa...@gmail.com wrote: On Sat, Jun 11, 2011 at 3:36 PM, Danny Navarro j...@dannynavarro.net wrote: I see Pyramid as just an application (a WSGI app) that just takes requests and returns responses. The rest of Pyramid functionality

Re: pyramid.url.static_url does not allow absolute paths

2011-06-10 Thread Danny Navarro
. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- Danny Navarro  |  http://dannynavarro.net -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss

Re: Pyramid status update / sprints.

2011-02-11 Thread Danny Navarro
You can use browserscreenshots.org to visualize website rendering in many combinations browsers/OS/resolution. Right now there is no OS X, though. http://browsershots.org/http://pylonsproject.org/ -- Danny Navarro | http://dannynavarro.net On Thu, Feb 10, 2011 at 7:14 PM, Carlos de la

Re: [Pyramid] blog post about async apps with pyramid

2011-01-18 Thread Danny Navarro
Hi Niklas, With all the buzz about WebSockets I missed SSE. It looks much simpler than websockets for for sending events from the server. Do you know if they supported in Firefox? Thanks for sharing. 2011/1/17 Niklas Hambüchen n...@deditus.de: On 14/01/11 16:44, Danny Navarro wrote: Let me

[Pyramid] blog post about async apps with pyramid

2011-01-14 Thread Danny Navarro
other input on the topic, -- Danny Navarro  |  http://dannynavarro.net -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com. To unsubscribe from this group, send email to pylons

Re: Pyramid - make request by hand

2010-12-31 Thread Danny Navarro
-discuss group. To post to this group, send email to pylons-disc...@googlegroups.com. To unsubscribe from this group, send email to pylons-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- Danny Navarro

Re: Pylons podcast #1

2010-12-04 Thread Danny Navarro
Hey, It was great, I really enjoyed it. Looking forward for the next episode. -- Danny Navarro  |  http://dannynavarro.net On Fri, Dec 3, 2010 at 8:41 PM, Chris McDonough chr...@plope.com wrote: Hi folks, Ben Bangert and I recorded an inaugural Pylons podcast yesterday dealing

dealing with slow respones

2010-11-23 Thread Danny Navarro
with WSGI is quite tricky. http://groups.google.com/group/paste-users/browse_thread/thread/2f3a5ba33b857c6c. Although gunicorn recently added support for websockets through eventlet, I think. Any experience using websockets with pyramid/BFG? Regards, -- Danny Navarro | http://dannynavarro.net