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
So I suspect there is something going on with binary data. This may be because string is used in the source instead of byte array. I don't know javascript well enough to say. If this is a limitation of javascript, a disclaimer in the readme might help.
The text was updated successfully, but these errors were encountered:
@keith-turner Please take a look at examples provided how binary data being parsed in Node and Go. Not sure why Node is not compatible with Go's rune behaviour...
While working on #3 I was running some test. I tried running the following commands (using commit b51529a) and there were lots of differences.
If I convert the random binary data to base64, then there are no diffs except for a new line diff.
So I suspect there is something going on with binary data. This may be because string is used in the source instead of byte array. I don't know javascript well enough to say. If this is a limitation of javascript, a disclaimer in the readme might help.
The text was updated successfully, but these errors were encountered: