IDG SERPRO
IDG SERPRO
Didn't see anything in https://github.com/buildout/buildout/blob/master/DEVELOPERS.txt. Such agreement in needed in Plone world, not so sure it's here as well...
`bin/annotate` gives you all annotated sections. Sometimes it's useful to be able to list all installed eggs (and it's versions) and save it to a file, like [`pip freeze` does](https://pip.pypa.io/en/stable/reference/pip_freeze/)....
We had some legacy code that we were converting, and a dynamic snippet of javascript generation was migrated from old style formatting that new .format uses. Since it has javascript...
Right now, we have this note in the documentation: > Note: This book describes JSON Schema draft 7. Earlier versions of JSON Schema are not completely compatible with the format...
The link http://www.netsight.co.uk/blog/resurrecting-old-plone-3-buildouts in http://docs.plone.org/manage/troubleshooting/buildout.html#plone-3-1 is broken. You can only find it in archive.org, in fact, at https://web.archive.org/web/20150308151931/http://www.netsight.co.uk/blog/resurrecting-old-plone-3-buildouts. When you go there, you have an option to go to https://plone.org/documentation/kb-old/repair-a-plone-3.1-buildout...
We're using 1.7.x, don't know if there are problems like this in 5 as well. We have: https://github.com/smcmahon/Products.PloneFormGen/blob/1.7.23/Products/PloneFormGen/skins/PloneFormGen/fg_result_embedded_view.pt#L6 ``` ``` `No input` here should be internationalized. Which is the best...
Doing `pythonz install 2.7.9` on Ubuntu 18 comes without ssl support: ```bash ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/home/user/.pythonz/pythons/CPython-2.7.9/lib/python2.7/hashlib.py", line 147, in globals()[__func_name]...
Using a really minimal Plone 4 installation (https://github.com/collective/minimalplone4/) we get these errors when adding collective.exportimport to eggs: ``` collective.exportimport-1.0-py2.7.egg/collective/exportimport/configure.zcml", line 13.2-19.8 ImportError: No module named relationfield.interfaces collective.exportimport-1.0-py2.7.egg/collective/exportimport/configure.zcml", line 57.2-58.52 ImportError:...
I'm having false positives of `P102 docstring does contain unindexed parameters` because of this line: ``` {'description': '', 'extension': {}, 'time': �1N|�r�, 'tid': '\x03\xca1N|\xa9r\x99', 'serial': '\x03\xca1N|\xa9r\x99', 'user_name': '', 'size': 1042}...
I would like to stop buildout when mr.developer hangs. For example, when a error happens in the git side: ```bash mr.developer: git cloning of 'my.package' failed. mr.developer: ssh_exchange_identification: Connection closed...