-
Notifications
You must be signed in to change notification settings - Fork 14
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
Allow to download provided pdb files #38
Comments
Should we impose a file size limit for the pdb?
Just not to make our rep explode
Max
… On Apr 23, 2019, at 01:04, Giovanni ***@***.***> wrote:
(This was suggested by @mbernett).
We could improve the syntax highlighter to understand when a command points to a pdb file and upload also the pdb file so that users can see it by clicking on it (similarly to the way now one can see included files).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
That's true (and in principle true also for input file and, most likely, for stdout files). I will check if we can store them gzipped. And we can additionally put a cap on the size of individual files to be stored on the server. |
Great!
… On Apr 23, 2019, at 08:32, Giovanni ***@***.***> wrote:
That's true (and in principle true also for input file and, most likely, for stdout files). I will check if we can store them gzipped. And we can additionally put a cap on the size of individual files to be stored on the server.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
GiovanniBussi
added a commit
that referenced
this issue
Apr 23, 2019
This makes navigation less pleasant (file is gzipped and must be downloaded) but it decreases significantly the size of the checked-out site (currently 27 Mb -> 4 Mb) so I think we have to do it. See also #38 (though this commit does not cover PDB files)
changed |
GiovanniBussi
changed the title
Allow to browse provided pdb files
Allow to download provided pdb files
Apr 23, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(This was suggested by @mbernett).
We could improve the syntax highlighter to understand when a command points to a pdb file and upload also the pdb file so that users can see it by clicking on it (similarly to the way now one can see included files).
The text was updated successfully, but these errors were encountered: