Sergio Durigan Junior

Results 4 comments of Sergio Durigan Junior

> Try to convert an OID string representation into binary. OK. I still think it's useful to have a comment clarifying possible scenarios which will cause the string not to...

Coincidentally or not, I've been working on this exact part of the code and come up with the following solution: ```ruby public_key_oct = buffer.read_string begin curvename = OpenSSL::PKey::EC::CurveNameAlias[curve_name_in_key] group =...

FWIW, I was able to solve this by cloning https://github.com/apple/ccs-caldavclientlibrary.git and setting `PYTHONPATH` accordingly.

There is `eat-project`, which DTRT when you configure project.el to use projectile's project root function. This is a good workaround for now.