[google-appengine] Why are my plus signs disappearing?

2009-08-04 Thread readyass...@gmail.com
I've noticed a strange bug in my application, which has an AJAX callback for saving form (textarea) content into a blob in the database. The problem is that while everything else saves fine, any '+' characters disappear. I've added an alert to the AJAX save routine so I can see that, before the s

[google-appengine] DB blob and URL fetch size limitations...

2009-05-05 Thread readyass...@gmail.com
Team Google- Are there any plans to increase the DB blob object and URL fetch object size limitations? My understanding is that both are limited to 1MB which is a little constraining for one application I'm building. I understand that there are workarounds, such as the use of AWS, but for simpl

[google-appengine] Re: Domain squatting on App Engine

2009-02-18 Thread readyass...@gmail.com
One way to do this if you don't need real-time responsiveness would be to have the application check a mail feed. I haven't played around with any Python IMAP libraries, but I assume that there would be a way to do this. Once they add scheduling--which is on the roadmap--there's no reason you co