Bart van Strien
Bart van Strien
Here's a small class commons implementation that passes all class commons tests. EDIT: I should probably add some context: [Class Commons](https://github.com/bartbes/Class-Commons/) is a project to allow libraries to write against...
I realise it's a bit weird to send a pull request for 3 things at once, and if needed I can split them up and send 3 requests instead. Anyway,...
The current code, at least for ldbus, seems to derive the actual type of a variant at runtime. This however means certain types, in particular numerical types, cannot be expressed....
Fixes #21. Based on the first commit of #30. The only actual breakage was the rename of `SSL_get_peer_certificate` to `SSL_get1_peer_certificate`. I had spotted a new HTTP client in OpenSSL3, and...
Class Commons has been fixed for a while now, and perhaps it's time to shake it up a little, fix our grievances, and clean it up. I had some ideas...