[google-appengine] Re: Is there any open source project/ticket management app that can be deployed on App Engine?

2009-09-04 Thread kugutsumen
I love Google Code and I really wish there was a commercial plan for private projects. It would fit nicely with Google Apps. On Sep 4, 4:10 pm, Jaap Taal j...@q42.nl wrote: Seriously, don't wast time on building/porting/hacking/slashing a trac-like thing on GAE, use google code... Jaap On

[google-appengine] Re: Snow Leopard Compatibility

2009-08-31 Thread kugutsumen
No problem here (I have been using Snow Leopard for several months already... and I have been using the GM build since it was first seeded a few weeks ago. ). The only issue is that App Engine depends on python2.5 so it shouldn't try to use the default python and specify python2.5 on the first

[google-appengine] Re: Datastore writes are temporarily unavailable

2009-08-18 Thread kugutsumen
Thanks a lot for the link. That's extremely short notice and I didn't know the downtime notify group even existed. Maybe a link to that group on the status page would be useful. Instead the status reports points back to the google-appengine group: If you feel we have incorrectly diagnosed this

[google-appengine] Datastore writes are temporarily unavailable

2009-08-18 Thread Kugutsumen
Just got the following exception: CapabilityDisabledError Please see http://code.google.com/status/appengine for more information. The status page doesn't say anything. I am not the only one affected with this issue as jaiku.com is broken too, you can't login (Jaiku | Something Broke :().

[google-appengine] Re: Eating one's own dog food

2009-07-17 Thread kugutsumen
I am working on three toy projects using Google App Engine. I chose GAE because it was the cheapest and most practical solution (no time wasted in sys admin, installation, hardening, etc...). Working with GAE is a lot of fun, I'm learning new things every day and I get to interact with some of

[google-appengine] Re: : full-text search for app-engine-patch/Django

2009-06-26 Thread kugutsumen
One happy customer here (probably one of the first :) ) Impressive work from Waldemar and Thomas! I'm going to play with gae-search over the weekend. I might use it to let people search version banners my nkill gae project. --~--~-~--~~~---~--~~ You received this

[google-appengine] Re: Costumize google log-in page.

2009-05-27 Thread Kugutsumen
You should create a related issue. I'm sure a lot of people will like this feature request and star it. On May 26, 6:01 pm, winzter143 lover.winzter...@gmail.com wrote: Hi, I dont known if this is the right place to post my question. It assign me a task that can customize our google log-in

[google-appengine] Re: Datastore usage ~ 80 times more than expected (Add your vote to a datastore usage accounting feature)

2009-05-09 Thread Kugutsumen
Two weeks ago, I've sent my applications ID to both you and Nick and I haven't heard from you since then. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] Re: Datastore usage ~ 80 times more than expected (Add your vote to a datastore usage accounting feature)

2009-04-30 Thread Kugutsumen
I've sent you my ID. Thanks for looking into this. On Apr 29, 4:06 am, Jason (Google) apija...@google.com wrote: Can you both provide your application IDs so I can investigate a bit? Thanks, - Jason On Sat, Apr 25, 2009 at 12:33 PM, Kugutsumen kugutsu...@gmail.com wrote: On Apr 23, 4

[google-appengine] Bulk uploading to App Engine is faster than you think

2009-04-30 Thread Kugutsumen
http://blog.nkill.com/2009/04/bulk-uploading-to-app-engine-is-faster.html One of the things that really worried me when I started porting the nkill project to App Engine was the speed at which I could upload data to the app engine datastore. I kept seeing threads indicating that it was a slow

[google-appengine] Re: Datastore usage ~ 80 times more than expected (Add your vote to a datastore usage accounting feature)

2009-04-25 Thread Kugutsumen
On Apr 23, 4:47 am, Panos pa...@acm.org wrote: I have also been puzzled at times on where the space is going. I filed this request today: More granular accounting of how datastore space is usedhttp://code.google.com/p/googleappengine/issues/detail?id=1396 Please browse to the issue and

[google-appengine] Re: Intercepting Model Creation

2009-03-29 Thread Kugutsumen
Here is another way to check if an instance is saved without checking _from_entity. from google.appengine.ext import db import types class A(db.Model): # works with Expando too name = db.StringProperty(required=True) def __init__(self, _is_new=True, key_name=None, _app=None,

[google-appengine] Re: Intercepting Model Creation

2009-03-27 Thread Kugutsumen
On Mar 23, 11:27 am, Kugutsumen kugutsu...@gmail.com wrote: Same problem here; I starred 844. In the meantime if I need to check within __init__ if an entity is already in the datastore I use this ugly workaround: bool(self.is_saved() or kwds.has_key('_from_entity') and kwds

[google-appengine] Re: Intercepting Model Creation

2009-03-22 Thread Kugutsumen
Same problem here; I starred 844. In the meantime if I need to check within __init__ if an entity is already in the datastore I use this ugly workaround: bool(self.is_saved() or kwds.has_key('_from_entity') and kwds ['_from_entity']) --~--~-~--~~~---~--~~ You

[google-appengine] Re: quick data upload?

2009-03-21 Thread Kugutsumen
On Mar 21, 2:53 pm, neoedmund neoedm...@gmail.com wrote: On Mar 20, 10:20 pm,Kugutsumenkugutsu...@gmail.com wrote: Out of curiosity what is your upload bandwidth? Have you ever tried uploading a video on youtube or Google Video for example. For example in Indonesia, the best internet

[google-appengine] Re: quick data upload?

2009-03-20 Thread Kugutsumen
Out of curiosity what is your upload bandwidth? Have you ever tried uploading a video on youtube or Google Video for example. For example in Indonesia, the best internet access you can get is via cable. They give you 3 mbit downstream but the upload bandwidth is ridiculously slow, only 128kbit