You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mk_* functions that encode binary() were written first without consideration of the Binary-based constructor. Binary-based constructor is called safe!.
It's rather hard to figure out which function to call depending on what is the data format we're working with.
How?
Rename mk_* functions into *_from_raw*.
Delegate r2* shorthands.
Delegate mk_* shorthands.
The text was updated successfully, but these errors were encountered:
Why?
mk_*
functions that encodebinary()
were written first without consideration of theBinary
-based constructor.Binary
-based constructor is calledsafe!
.It's rather hard to figure out which function to call depending on what is the data format we're working with.
How?
mk_*
functions into*_from_raw*
.r2*
shorthands.mk_*
shorthands.The text was updated successfully, but these errors were encountered: