Peter Nicolai
Peter Nicolai
if nothing else, in onde.js at line 107, `If (confirm("Really delete?")) {` ...
If you set default values in the schema, they appear in the form in gray, but if you don't change them, they don't show up in the exported data. Is...
If you post an example, it should be tested and run properly.
We are using F1 instances (2 cores). In Python 3, with no meaningful code changes, we are seeing 1.5-2x median latency across the app, an even greater increase in created/active/billed...
Fixes #99 (but only for non-indexed properties), while keeping the same behavior as before if the value was passed as a `bytes` object or if the property is indexed -...
There is an env var being checked in a couple places that I don't see mentioned outside the code: ``` class PickleProperty(BlobProperty): ... def _from_base_type(self, value): try: return pickle.loads(value) except...
## Expected Behavior If I set the value of a GenericProperty to a `str`, then read it back from datastore, the value should still always be a `str`. The value...
Just importing many of these libraries has memory overhead that is large enough to cause problems in production especially in memory-constrained environments such as F1 instances. Appengine customers are being...
There is a slide in the video displaying simply the word "Logging" in a list of services no longer available in the 2nd-generation appengine runtime, but I didn't catch any...