Erik de Castro Lopo

Results 223 comments of Erik de Castro Lopo

The libssl API changed with version 1.1.x.

https://github.com/ReclaimYourPrivacy/eschalot builds and is probably a better bet.

I am not a maintainer of this project, but yes, having support for `aeson >= 2.0` would be a huge plus.

Just hit this in Debian Testing (R 4.2.1).

The `Data.Semigroup` import needs to be wrapped in some CPP goop. Let me do that in a separate PR.

I am actually wondering why we don't just update the documentation.

For PR branches like this one, you really should rebase rather than merge,

Where is this this PR going? If this is ever to be merged it should be rebased against master and commits like "ci typo" need to be squashed down.

Probably best if I wait until you finish what you are working on and then assuming everything is ok, I will do done final clean up run

Git merge commits should be avoided for non-master branches. Please use rebase instead. There is a ton of documentation on git rebase on the net.