Russ Ferriday

Results 18 comments of Russ Ferriday

After looking deeper, I see that Alin's work on _no-ui_ branch puts me on a happier path than current _master_. And I've added my [instance] customisations to buildout.cfg.

Thanks Sven, all points noted. I've had Plone 5.0.8 running in Docker in production, and it's worked wonderfully. The issue is that the upgrade path is challenging, since it seems...

What is the background and intent around the no-ui work, beyond the obvious expansion of the acronym?

Many good points. All noted. Thanks for this summary and the insights. —r.

What if there were a core image that does all the buildout/pip at docker-build stage? It would be that image that would trigger full automated testing, be the base perhaps...

Surely ordering = ('order',) should be under class Meta? ``` class Meta: ordering = ("order") ```

for a tar of tars of images: http://www.image-net.org/challenges/LSVRC/2012/nonpub-downloads Untar the tars, then untar those tars to get the images, record the imagenames. Roughly this: After download you will have ISVRC2012_img_train.tar...

Yes. I think @DavidM42 is right, and my locale was not set as it should have been. However, either with codecs or with io.open, I'd have thought this could have...