[google-appengine] Re: sendmail NOT WORKING anymore...

2012-05-21 Thread Bjorn
I have the same problem, the last mail sent that was received was two days ago, but since then no mails have been received, but there are no errors logged or anything. Didnt change anything, it just stopped working. On Monday, May 21, 2012 7:25:18 PM UTC+2, alex wrote: > > 1 year is a long ter

[google-appengine] Re: Prerelease SDK 1.4.2 is available for download

2011-02-14 Thread Bjorn
I have the same problem with spreadsheets, though not with feeds such as "docs.google.com/feeds/default/private/full" it seems. Only occuring when I tried 1.4.2 On Feb 10, 8:57 pm, Lior Harsat wrote: > Hi Ikai, > > I have been testing the SDK and I found one bug which seems critical. > When I ca

Re: [google-appengine] 2 Gig filesize limit in blobstore

2010-09-01 Thread Bjorn Roche
there's a reasonable hope that it will go up. bjorn On 1 September 2010 14:15, bejayoharen wrote: Sorry if I missed this somewhere, but I am considering building an app using GAE for a big new project. I've been reading everything through carefully and it seems very

[google-appengine] XMPP

2010-09-15 Thread Bjorn Roche
quotas and so on, but there has to be another way, and I have some suggestions, but I imagine you can come up with some things on your own. Imagine trying to implement a handshake or other simple conversation like this. No thank you! bjorn - Bjorn Roch

[google-appengine] Re: Simulating HR database in eclipse

2011-07-18 Thread Bjorn Roche
I've been playing around with this and have found no fix. I can't find a place to report bugs :( On Jul 9, 4:56 pm, bejayoharen wrote: > Hey all, > > I am interested in using the high replication datastore for an app > I've been writing. I don't need to transfer the data, which is good > because

[google-appengine] Channels: Uncaught TypeError: Cannot call method 'bb' of null

2012-06-26 Thread Bjorn Tipling
I'm getting unending JavaScript client errors for channels on app engine. I do not get these in the dev environment. I'm using the Go Appengine if that matters. Any idea of what I could be doing differently? https://skitch.com/btipling/edjwa/gitify 10999Uncaught TypeError: Cannot call method '

[google-appengine] Re: Channels: Uncaught TypeError: Cannot call method 'bb' of null

2012-06-26 Thread Bjorn Tipling
cript code I load from appengine. Nobody else is having this issue? On Tuesday, June 26, 2012 2:16:55 PM UTC-7, Bjorn Tipling wrote: > > I'm getting unending JavaScript client errors for channels on app engine. > I do not get these in the dev environment. I'm using the Go Appe

[google-appengine] Re: Channels: Uncaught TypeError: Cannot call method 'bb' of null

2012-06-27 Thread Bjorn Tipling
OK so the issue was that I wasn't waiting long enough before reconnecting after a close event. I had left some debug code in place that only waited 100ms before attempting to reconnect. On Tuesday, June 26, 2012 2:16:55 PM UTC-7, Bjorn Tipling wrote: > > I'm getting unending J

[google-appengine] Re: Connecting from app engine instance to compute engine instance directly

2017-04-26 Thread Bjorn Harvold
Definitely a needed feature! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send emai

[google-appengine] appspot.com started rejecting SSL without SNI causing U-Blox IoT modems to fail, since May

2020-07-28 Thread Bjorn Wesen
e to the way the AppEngine SSL endpoints are configured in that case. Best regards /Bjorn -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi

[google-appengine] Re: appspot.com started rejecting SSL without SNI causing U-Blox IoT modems to fail, since May

2020-07-31 Thread Bjorn Wesen
Google LLC, CN = *.appspot-preview.com i:C = US, O = Google Trust Services, CN = GTS CA 1O1 1 s:C = US, O = Google Trust Services, CN = GTS CA 1O1 i:OU = GlobalSign Root CA - R2, O = GlobalSign, CN = GlobalSign --- Regards /Bjorn Den fredag 31 juli 2020 kl. 02:22:35 UTC+2 skrev Ry

[google-appengine] Re: DB Model design, fan-out, lots of writes?

2009-12-01 Thread Bjorn L
i too am facing a similar problem, was thinking of a design similar to yours. anyone have any comments on Chris' design? On Nov 5, 5:35 pm, Chris wrote: > Hi All > > I'm looking for some input onDb.Modeldesign for the following > scenario: > > 1) A User can send a message which will to anywhere b

[google-appengine] Authentication and XMPP

2011-01-16 Thread Bjorn Roche
m changing the password?). Any advice here is appreciated. Thanks, bjorn ----- Bjorn Roche http://www.xonami.com Audio Collaboration -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post

[google-appengine] Custom user type

2012-12-10 Thread Bjorn De Bakker
I've been struggling with this for a while, but I can't seem to find any valid explanation for it. I'm developing some application which contains a User-class. This User-class has an attribute e-mail, which is of type EmailAddress. This class contains some business logic and first was immutab