HI @ryananguiano,
finally I have reviewed your encode branch #5. I have found two bugs:
subject_version config parameter should be schema_version.
schema_uri config should be validated as string. If validated as uri, it fails with the default "nil" value.
require base64 to use Base64.
I have also added a binary_encoded config option for the case you want the output to be directly bytes and not Base64 encoded String. (I need that for my use case).
HI @ryananguiano, finally I have reviewed your encode branch #5. I have found two bugs:
I have also added a binary_encoded config option for the case you want the output to be directly bytes and not Base64 encoded String. (I need that for my use case).