Felipe Gasper
Felipe Gasper
@foobargeez I’m not sure why my PR is closed, but it expands compatibility to Types::Serialiser while maintaining compatibility with the proprietary flags. This module appears to be abandoned, though. I...
@aferreira How does this compare to https://github.com/msgpack/msgpack-perl/pull/34?
To my knowledge #34 doesn’t include any breaking changes, so I’d think that would still be a preferable solution—notwithstanding my own bias. :) Anyway, I think it’s moot until someone...
In the meantime there is a (**very** ugly) workaround solution here: https://metacpan.org/source/FELIPE/Net-WAMP-0.01/lib/Net/WAMP/Serialization/msgpack.pm
What’s the status of this? It would be awesome to be able to write Perl bindings rather than exec’ing `dnf`.
@Conan-Kudo Is that on CPAN? Searching `libdnf` turns up nothing.
Note that it is (slightly) easier to do pem2der() than to do der2pem(), as the latter requires an extra piece of information.
Not that this shouldn’t change, but @sblondeel, did you report the other bugs/issues you’ve found? In my own experience, utf8::upgrade is useful in testing, but generally some encode/decode combination leads...
@sblondeel Indeed, lots of XS modules—and even Perl built-ins—expose Perl strings’ internal representation to the outside world. The problem is that fixing these cases may break existing applications. This was...
This may not be fixable without breaking a bunch of stuff, but it’s at least worth reporting.