Results 67 comments of glts

Rebased, and added a tiny commit which restores compatibility with OpenSSL version 1.1.1. The pull request as now proposed simply moves to the non-deprecated APIs in OpenSSL 3, but all...

@thegushi I used Ubuntu 22.04 LTS with the packaged OpenSSL 3.0.2. It’s good that for once a pull request is not received with total radio silence. However, I have four...

@KIC-8462852 Looking at this new patch, I noticed that in your earlier linked patch you used `return 0;`. Those should probably be `return -1;` as is done in this patch....

I cannot reproduce this with Leiningen 2.9.1 on Linux, both absolute and project-relative paths for `:local-repo` in the user profile work fine. And this should be no different on Windows....

This is being tracked in cgrand/sjacket#28.

Please include this pull request in the next release. Consumers of sjacket currently see a log message like the following, which this pull request should eliminate: WARNING: cat already refers...

@cgrand A new release would be very welcome, it would also fix technomancy/leiningen#1779.