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
Describe the bug
in memory backend, if you call file.Seek to a possition that larger than current file size will return error Invalid offset. Common behaviour is to allow to seek beyond the current file size and update new file size to cover new possition.