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
something I noticed is that when decoding the bytes, it assumes its an Element, and due to that it never goes anywhere else than the first one. Since unlike a Tuple, there's no iteration and because it's returning an offset of just the first decoded element it implodes with Err::InvalidData
Continuing conversation from #150
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: