Re: Pyramid + Dojo

2012-05-10 Thread binadam
Shouldn't this part: require([dojo/fx, dojo/dom, dojo/domReady!], function(dom, fx) { be: require([dojo/fx, dojo/dom, dojo/domReady!], function(fx, dom) { i.e. you have to match the order of the function params with the requires? On Wednesday, May 9, 2012 7:19:36 PM UTC-7, Fabian

Re: pyramid async setup

2012-04-16 Thread binadam
-thread safe. On Thursday, April 12, 2012 2:42:00 PM UTC-7, mike bayer wrote: On Apr 12, 2012, at 3:27 PM, binadam wrote: On Thursday, April 12, 2012 12:24:42 PM UTC-7, binadam wrote: Hello all, I used the following cookbook for an asynchronous setup: http://michael.merickel.org/2011/6/21

Re: pyramid async setup

2012-04-12 Thread binadam
On Thursday, April 12, 2012 12:24:42 PM UTC-7, binadam wrote: Hello all, I used the following cookbook for an asynchronous setup: http://michael.merickel.org/2011/6/21/tictactoe-and-long-polling-with-pyramid/ but ran into problems. First I'd be interested to know if anyone has

Re: pyramid sockjs

2012-02-02 Thread binadam
I'm using pyramid_socketio in one of my apps (not in production yet). I was wondering if anyone has insight into sockect.io vs sockjs, or if you have looked at pyramid_socketio see benefit in moving to pyramid_sockjs. Thanks. On Feb 2, 9:56 am, Nikolay Kim fafhr...@gmail.com wrote: Hello,

Re: pyramid_rpc

2012-02-01 Thread binadam
On Feb 1, 12:21 pm, cd34 mcd...@gmail.com wrote: On Jan 31, 1:03 am, binadam ibnad...@gmail.com wrote: Does pyramid_rpc.jsonrpc only accept 2.0 requests? when i use android- json-rpc client to make rpc call i get JsonRpcRequestInvalid exception, so I'm guessing android client is sending

Re: Pyramid Simpleform and Colander

2012-01-30 Thread binadam
i ended up using wtforms. definitely check it out (http:// wtforms.simplecodes.com/) if you want validation, widgets control over layout, etc On Jan 29, 7:21 pm, BruceC bruce.co...@hp.com wrote: Thanks to everyone for contributing to this discussion. I guess I should summarize my findings, for

pyramid_rpc

2012-01-30 Thread binadam
I hope this is the right place for my question: Does pyramid_rpc.jsonrpc only accept 2.0 requests? when i use android- json-rpc client to make rpc call i get JsonRpcRequestInvalid exception, so I'm guessing android client is sending v1.0 requests (must admit I don't know difference between

Re: Good hosting recommendations?

2011-03-29 Thread binadam
there's also amazon ec2.. On Mar 29, 9:37 am, Brian O'Connor gatzby...@gmail.com wrote: I can't recommend webfaction enough. They've been great. Awesome support, good pricing and they work for a wide variety of technology. I have no affiliation with them, just a happy customer of 2 years. On