We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Package version (if known): v2.0.1
The documentation for PREVIEWER_MAX_FILE_SIZE_BYTES mentions that it applies to CSV files (among others), but apparently there is no file size check happening in invenio_previewer.extensions.csv_papaparsejs.can_preview.
PREVIEWER_MAX_FILE_SIZE_BYTES
invenio_previewer.extensions.csv_papaparsejs.can_preview
--
Either the comment shouldn't say that it applies to CSV files or PREVIEWER_MAX_FILE_SIZE_BYTES should be applied to those files.
Let me know in case you want me to open a PR for this.
The text was updated successfully, but these errors were encountered:
Ah, looks like that was missed on the new csv previewer. A PR that basically adds https://github.com/inveniosoftware/invenio-previewer/pull/185/files again would be welcome!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Package version (if known): v2.0.1
Describe the bug
The documentation for
PREVIEWER_MAX_FILE_SIZE_BYTES
mentions that it applies to CSV files (among others), but apparently there is no file size check happening ininvenio_previewer.extensions.csv_papaparsejs.can_preview
.Steps to Reproduce
--
Expected behavior
Either the comment shouldn't say that it applies to CSV files or
PREVIEWER_MAX_FILE_SIZE_BYTES
should be applied to those files.Screenshots (if applicable)
Additional context
Let me know in case you want me to open a PR for this.
The text was updated successfully, but these errors were encountered: