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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Behavior updates
ad18940 Accept bytes as base64-encoded string by default (#631)
In the REPL mode, byte field input is parsed as a Base64 string first. If the input is not Base64 encoded, it will be parsed as a quoted literal. Also, two flags are added which explicitly specify how the input will be parsed. See the README for more details.