-
Notifications
You must be signed in to change notification settings - Fork 4
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
File uploads fail silently #18
Comments
Regarding Jython... There's an odd bug in Doppio or a particular version of JLine that messes things up, preventing Jython and some other REPLs from working. I've looked through the JLine code and have no idea why it determines Doppio to be Unix; it tries to fork a process, which fails. You can still use Jython to run scripts from files in the file system and to evaluate strings on the command line, which is why it is included in the demo. As for
Are you trying to upload it to a read-only directory? You should upload it to |
Regarding the shell, I have some very naive questions:
This is really cool work, and I'm wondering if I can use Doppio to build a standalone client-side single page web app that makes use of picard.jar to do some work. The user would just be clicking buttons, not running commands. Is this a feasible direction to go with Doppio? |
If picard doesn't need network connections to work, then what you are describing seems feasible. You'd have to obey threading conventions -- e.g. don't try to run multiple functions concurrently on the same emulated JVM thread. |
btw, there are many different possible file system configurations. Doppio uses my BrowserFS library. It can store data in localStorage, IndexedDB, and Dropbox. It can mount ZIP files and ISO files read-only as file systems. Someone is currently working on a Google Drive backend, too. |
I'm trying to upload this jar file at your demo page.
There's no indication if the file has successfully uploaded, or if it has failed. I just waited a bit and then tried:
But the file is not available, so it doesn't work. I wonder if there's a way to check if the upload is working?
I can run some of the available jars (this is neat!):
The jython jar throws some errors:
The text was updated successfully, but these errors were encountered: