David Buxton
David Buxton
Hi, The `cloudstorage.listbucket(..)` gives you GCSFileStat objects, which will decode UTF-8 encoded object names for you so that GCSFileStat.filename is a unicode instance. This is nice. But passing a unicode...
Hi, I'm using the ReindexMapReduceTask, but it fails to start when using the local dev server, and when deployed to App Engine. The first error is a TypeError exception: ```...
Installing the current milkman from pypi with `pip install milkman` (version 0.5) fails with the message: ``` [ERROR] Cannot find file specified as ``long_description`` (/Users/david/virtualenvpath/build/milkman/docs/index.txt) ``` This is cos the...
Hi, We hit intermittent 500 server errors on a site that uses the cache middleware and the memcached back-end. - Django 4.2 - Wagtail 5.1.3 - wagtail-cache 2.3.0 - pymemcached...