-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reimplementation of Recollect #148
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
bf25421
Addressing #136
blakeo2 6213afe
Reimplement Legacy Zip Recollect
blakeo2 1d7693e
Updated function variables to be more descriptive in legacy code
blakeo2 90074e5
Re-added decoding ability to convert from bytes to UTF-8
blakeo2 434ca8e
Reiplemented ability to recollect form zip files
blakeo2 b91a86b
Make directory read/write in utf-8 `string` format
blakeo2 22c093d
Changed path from `is_file` to `exists` to make compatible with direc…
blakeo2 8af23e9
Reimplemented baseline functionality to read directories of files int…
blakeo2 7b191ab
Final overhaul to give flexibiliity in input and output conversion to…
blakeo2 dac39dc
Removed default `output_ext` due to lack of error when `recollect` co…
blakeo2 f02b4f2
Merge branch 'main' into recollect-fix
blakeo2 1b5012f
Added additional function for encoding and decoding with `ml.dumps` a…
blakeo2 083c1c3
Merge branch 'recollect-fix' of https://github.com/SEDenmarkLab/molli…
blakeo2 418d663
Merge branch 'main' into recollect-fix
esalx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may need to be addressed in the future. I can definitely see how extension-less files and directories can conflict here, but let's hope for the best.
Non-issue for now.