[google-appengine] Re: Empty blobs in blobstore

2011-02-09 Thread Piotr Jaroszyński
be happening? [1] - http://code.google.com/p/googleappengine/issues/detail?id=4539 [2] - http://code.google.com/p/googleappengine/issues/detail?id=2749 -- Best Regards Piotr Jaroszyński -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post

[google-appengine] Empty blobs in blobstore

2011-02-08 Thread Piotr Jaroszyński
submit a file (i.e. leaves the file upload field empty) an empty blob is created anyway and I get the blobinfo object for it. I am pretty sure it wasn't like that before, has anyone else also noticed that? -- Best Regards Piotr Jaroszyński -- You received this message because you are subscribed

[google-appengine] Re: Picking entities got faster?

2010-12-08 Thread Piotr Jaroszyński
self.response -- Best Regards Piotr Jaroszyński -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr

[google-appengine] Picking entities got faster?

2010-12-07 Thread Piotr Jaroszyński
times took 6634 megacycles Has pickling entities been optimized or am I missing something obvious here? [1] - http://blog.notdot.net/2009/9/Efficient-model-memcaching -- Best Regards Piotr Jaroszyński -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: Picking entities got faster?

2010-12-07 Thread Piotr Jaroszyński
2010/12/8 Piotr Jaroszyński p.jaroszyn...@gmail.com: 12-07 04:56PM 36.559 Running pickle 100 times took 3221 megacycles 12-07 04:56PM 37.152 Running depickle 100 times took 1631 megacycles 12-07 04:56PM 39.778 Running protobufy 100 times took 7339 megacycles 12-07 04:56PM 40.424 Running

[google-appengine] Re: Picking entities got faster?

2010-12-07 Thread Piotr Jaroszyński
2010/12/8 Piotr Jaroszyński p.jaroszyn...@gmail.com: 2010/12/8 Piotr Jaroszyński p.jaroszyn...@gmail.com: 12-07 04:56PM 36.559 Running pickle 100 times took 3221 megacycles 12-07 04:56PM 37.152 Running depickle 100 times took 1631 megacycles 12-07 04:56PM 39.778 Running protobufy 100 times

[google-appengine] Blobstore upload requiring a redirect for no reason?

2010-12-02 Thread Piotr Jaroszyński
of storage to pass the submitted data across a redirect just to show the errors. And it forces a request extra. Created an issue for that: http://code.google.com/p/googleappengine/issues/detail?id=4184 -- Best Regards Piotr Jaroszyński -- You received this message because you are subscribed

Re: [google-appengine] Re: Blobstore upload handler is Base64 encoding strings?

2010-11-17 Thread Piotr Jaroszyński
for this but I can't find it.  I should put in another one really but there doesn't seem to be any point. Yeah, I hit that problem a while back... Test code included in the issue. http://code.google.com/p/googleappengine/issues/detail?id=2749 -- Best Regards Piotr Jaroszyński -- You received

Re: [google-appengine] Re: Why i don't use Google App Engine... and don't recomend it to you

2010-02-12 Thread Piotr Jaroszyński
1) If you format your hard-drive, you need to back up your source code first s/If you format your hard-drive, // -- Best Regards Piotr Jaroszyński -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email

Re: [google-appengine] Re: AppStats and custom admin pages - the alomst perfect duo

2010-02-11 Thread Piotr Jaroszyński
/googleappengine/issues/detail?id=2756 -- Best Regards Piotr Jaroszyński -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google

Re: [google-appengine] bulkloader.py --restore --url=http://localhost:8080/remote_api funkydunkyness

2010-02-10 Thread Piotr Jaroszyński
Piotr Jaroszyński -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more

[google-appengine] AppStats and custom admin pages - the alomst perfect duo

2010-02-10 Thread Piotr Jaroszyński
this getting the highest priority possible and getting hotfixed before i press send ;] -- Best Regards Piotr Jaroszyński -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com

Re: [google-appengine] 1.3.1 SDK Prerelease - help us verify

2010-02-09 Thread Piotr Jaroszyński
Hello, Not sure whether it was present in 1.3.0 but there is an unpleasant bug in 1.3.1 where blobstore request mangling breaks data encoding [1]. [1] - http://code.google.com/p/googleappengine/issues/detail?id=2749 -- Best Regards Piotr Jaroszyński -- You received this message because you

Re: [google-appengine] Deploying more than 10 apps

2010-01-19 Thread Piotr Jaroszyński
to the limit. You can also delete apps, so I wouldn't hesitate at all. -- Best Regards Piotr Jaroszyński -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from

[google-appengine] Re: [appengine-java] Ajax Chat

2009-06-06 Thread Piotr Jaroszyński
suggest me an open source ajax based chat api/application which i can embed in my application to provide chat support for my website users. I guess google wave... when it comes :) -- Best Regards, Piotr Jaroszyński --~--~-~--~~~---~--~~ You received

[google-appengine] Re: [appengine-java] Ajax Chat

2009-06-06 Thread Piotr Jaroszyński
2009/6/6 Piotr Jaroszyński p.jaroszyn...@gmail.com: suggest me an open source ajax based chat api/application which i can embed in my application to provide chat support for my website users. I guess google wave... when it comes :) Hmm and before that, maybe http://www.google.com/webelements

[google-appengine] Re: SDK version 1.1.9 Released

2009-02-09 Thread Piotr Jaroszyński
On Feb 10, 3:37 am, Barry Hunter barrybhun...@googlemail.com wrote: Looks exciting! But how do we try out the bulk client? The 'here' in the blog post, points to the same page :( Should probably link to http://code.google.com/appengine/docs/python/tools/uploadingdata.html