Andre LaBranche
Andre LaBranche
Seems like a mismatch between the versions of cryptography and OpenSSL. Only a certain amount of version skew is tolerated, and that amount varies over time based on... entropy? luck?...
Hi, It is true that this project lacks comprehensive documentation. However, there are breadcrumbs you can follow based on what we do have, and also [mailing lists](https://apple.github.io/ccs-calendarserver/MailingLists.html) and an [IRC...
I took a quick pass at the proposed change, but I'm pretty sure more than just this is required - like maybe a corresponding change for inbound processing? With just...
Thanks dependabot. Pray tell: do all the tests pass?
Certainly a reasonable question. In my view, there's still a lot of value here, but I would be reluctant to advocate going forward with anything based on python 2 at...
What version of python and pip are you using? Are there multiple pythons and pips installed? Are you sure they aren't cross-contaminating each other? The following commands should help reveal...
Hi, Depending on the authentication mechanism(s) supported by your LDAP service, you may need to disable any of basic, digest, or kerberos that you don't expect to use. If your...
@meitar Hi; I suspect the outcome you're seeing is at least somewhat related to environmental factors, as this problem does not occur on macOS and at least some linux distributions....
@meitar Yes, there definitely could / should be documentation. It is a vague memory, but I think the error about inability to do a --user install is caused by too...
Hi, > In my own tests, running `./bin/package -F ${DESTDIR}` hard codes the build directory within all the virtualenv compiled Python code and object libraries, and therefore does not work....