MichailAlexakis
MichailAlexakis
Compiling with a previous version of Go (golang:1.17-bullseye) seems to work. It fails the tests, but it succeeds in producing the binary.
@wardi, @amercader, @kalxas, Yes, indeed, we support arbitrary schemata expressed as [zope.schema](http://docs.zope.org/zope.schema) interfaces. Some core functionality (like flattening/unflattening) is shared across all metadata objects. We have chosen to use zope.schema...
On Debian Linux 8.2, kernel 3.16.0
No, i am not using the distribution's packages, i am using the default packages from PyPi. My environment (`pip freeze`) is: ``` argparse==1.2.1 httplib2==0.9.2 wsgiref==0.1.2 ``` The test you have...
Do you think i should fork and add some test cases (e.g. communicating a server using a site-wide valid certificate)? If i understood well, you have 2 testing environments (Ubuntu...
No, i did not
@jimfulton , @mgedmin Thank you for your quick answer. I didn't know about repoze.catalog (in fact i thought that repoze had only to do with authn/authz middleware). I played a...