Skip to content
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

Create new entry-point for Demystify using IO interface #5

Open
ross-spencer opened this issue May 23, 2022 · 0 comments
Open

Create new entry-point for Demystify using IO interface #5

ross-spencer opened this issue May 23, 2022 · 0 comments

Comments

@ross-spencer
Copy link
Owner

Currently reading the file twice for convenience through Pyscript:

  1. Reading from disk into memory.
  2. Writing to a temporary location accessible to the browser sandbox.
  3. Reading from new temporary location for Demystify.

The current entry-point for demystify is file-paths all the way down, so we need a file-path to run the analysis. We can fix this using an IO object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant