Currently, I am overriding TqdmCallback to support showing both directory-level and file-level progress when using the get method. However, I noticed that after this PR (35da646), the opened files are no longer seekable. This results in the function for getting the file size becoming non-callable, which in turn prevents supporting progress tracking at the single file level.
I would like to know why the seekable flag is being forcibly set to False here. If this behavior is necessary, should there be an option to set it to True?