-
```
What steps will reproduce the problem?
1. I updated NDB in the Application Google App Engine from 0.9.9 to 1.0 (Python
2.7, webapp2 and Jinja2)
2. I removed NDB folder from root because now it is…
-
```
What steps will reproduce the problem?
1. I updated NDB in the Application Google App Engine from 0.9.9 to 1.0 (Python
2.7, webapp2 and Jinja2)
2. I removed NDB folder from root because now it is…
-
I'm sure I'm going to start a lively discussion with this issue! :)
Propose we build a blog module into GAEB. There does not exist a decent GAE blog engine, at least that I've seen. I use @finitel…
-
## Prerequisites
* [x] I am running the latest version. (`up upgrade`)
* [x] I searched to see if the issue already exists.
* [x] I inspected the verbose debug output with the `-v, --verbose` fla…
-
- see https://github.com/blog/1995-github-jupyter-notebooks-3
- Some existing docs in wiki: https://github.com/schemaorg/schemaorg/wiki/AppEngine
Work in progress: https://github.com/schemaorg/schem…
-
# Issue with filename-name causing deploy error in Google App Engine
## Describe the bug
I've had a nextJS app running in the Google App Engine enviroment for a while. Works splendid and fast - …
-
For internal Google devs: this is a mega issue tracker as a result of some cross language/platform [benchmarking work](https://docs.google.com/document/d/1yL0YXM5grqmqMuab-lKHvzP_MvnFfmK8ys24GDFIWwQ/e…
-
## Bug Description
As reported in a WordPress support topic a standard Roots.io Bedrock setup results in a site verification failure.
When using Bedrock the default WordPress directory structur…
-
A very simple boilerplate Google App Engine example using Flask fails when upgrading from 0.10 to 0.12. The problem is something cryptic relating to module path resolution.
The straight-off-the-…
-
Hi,
Serializing a list of Datastore objects (via ndb) was always a pain, for example:
```python
users = User.query().fetch()
json.dumps(users)
```
The above example would return the f…