-
Notifications
You must be signed in to change notification settings - Fork 3
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
Small GUI issues #40
Comments
@civier That is, it has the .zip extension. Is this an linux-only issue? |
For the download we use: response = Response(s.getvalue(), content_type = "application/x-zip-compressed") So is possible that some browsers identify the content type and add the .zip by themselves. The filename is missing too so I guess that my browser just names it as 'downloads'. I will inquiry in the matter |
@civier in the last version of the front I think I fixed the filename issue, let me know if it is resolved on your end |
@civier |
No. It is not an aesthetic issue. I CAN extract the files, but they are all
extracted to
CURRENT_DIR/home/neuro/sovabids/front/app/_convert/*
(CURRENT_DIR being the working directory)
Because /home/neuro/sovabids/front/app/_convert/*
is probably where the converted files are kept on the server where the GUI
is running, I assume it's a bug of some sort.
|
Ahh I understand the issue now. In windows this doesn't happen or at least when I extract with 7z (i just press the extract here dialog). I will need to dig in this matter then |
I tested the GUI. It works really well. Congratulations!
Some small things that can be improved:
The text was updated successfully, but these errors were encountered: