Don Brower
Don Brower
Running into problems that the webui does not have file permissions to delete carrel files. It looks like the compute code assigns all carrel files to have owner "eric": ```...
see #167.
This seems to be only on CORD carrels? Steps to reproduce: 1. Visit "bibliographics" page (in top left drop down menu). e.g. https://distantreader.org/p/carrels/journal-actaPharmacolSin-cord/htm/bibliographics.htm 2. click "here" to see to see...
The "page" that appears giving an annotated bibliography is really a pop-up window. So hitting the back button takes you to the page you were on when selecting the "bibliographics"...
The HTML for this page is generated on the compute side. I have been trying to not touch any of the compute code. Also, there are three forks of the...
I made this ticket to track the problem since I noticed some errors related to it in web gui's carrel scraper. The ticket is not saying when it (or whether)...
Is the source or the creator of this page in the repository? I can't seem to find it.
This depends on the infrastructure more than anything else. Is the distant reader committed to maintaining content over time? The easiest way is to figure out a PID scheme and...
I have code which _does_ send a multipart request https://github.com/dbrower/rubydora/tree/multipart. But it triggers a fedora bug with the PUT method. @jeremyf I'll think of a test. But it would require...
Fedora bug has been reported as https://jira.duraspace.org/browse/FCREPO-1206 Fedora will not accept multipart content with PUT requests. POST requests work fine. The fedora bug report above speculates as to the reason....