Strange behaviour of a seek_from_start attribute #525
Unanswered
anti-social
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
~Hm, that does look odd. I would have expected maybe see'ing a rest of edit: what's happening here is we're reading 3 bytes, so the current read 'position' is: agreed that it looks confusing however. We should probably track the position in a better way to take seeks into account? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following example looks strange for me:
It produces following output:
As you can see not all bytes are consumed. Is it expected behavior or a bug?
Beta Was this translation helpful? Give feedback.
All reactions