David Choi

Results 3 comments of David Choi

As per https://github.com/viant/afs/commit/21faa05491d949fd92f0e1b1988ee25614158dfc, this sets up a situation of a ZIP file with just 2 files, `a.txt` and `b.txt`, which is then requested to be unzipped as per expected behavior...

For branch https://github.com/viant/afs/tree/issue-24-zip-error Converted manual run scripts to unit tests without file dependencies. https://github.com/viant/afs/blob/ee44867a4e800db341bc06eb8e8469becd81614e/zip/manager_test.go#L73

One of the crux issues is that the behavior for `List()` isn't particularly concrete depending on modifiers and implementation, particularly with the recursive option enabled. 1. Should non-recursive `List()` include...