Alex Ioannidis

Results 42 comments of Alex Ioannidis

Indeed, these thumbnail endpoints aren't under `/api` which is configured to not have the `CORS` restrictions. We should either: - [ ] ~~Add these endpoints in the CORS configuration~~ -...

In the end, introducing a new endpoint under `/api` is actually more consistent with our current CORS practice, i.e. only `/api` endpoints get the CORS treatment, which makes sense for...

@maurice-schleussinger The `Triage: Accepted` label means we will address the issue, but we're not yet sure on which Sprint/Roadmap this will be done

Another solution might be to stream all the files inside a zip using a library such as https://github.com/SpiderOak/ZipStream. No extra temporary disk storage will be required and (hopefully, if the...

Is there any update on this issue? We are currently forced to pinning Flask-WTF to `0.13.1`, while considering simliar issues/solutions described by @fdanielsen.

> I'm also running into this issue. Just uploaded 8,000+ files to a Zenodo record but I'm unable to publish it (either through the web page or the [`zen4R` package](https://github.com/eblondel/zen4R))....

Relevant ticket: https://zenodo.uservoice.com/admin/tickets/161654/

Some preliminary tests by testing a resize to 250px for all images through an IIP Server running on OpenShift to compare SSD vs non-SSD storage, show a difference of 4-10x...

This is solved (partially) by https://github.com/inveniosoftware/pytest-invenio/pull/104 (recommended by the [SQLAlchemy error docs](https://docs.sqlalchemy.org/en/14/errors.html#error-bhk3)). The other point in the docs worth checking out is about only rolling back transactions in case of...

We need to bump our PDF.js version. This is related to https://github.com/inveniosoftware/invenio-previewer/issues/170. Once the changes are made there we could cherry-pick them and apply to our pinned version of `invenio-previewer`...