bcail
bcail
"native" is no longer a valid quality for the image in IIIF 2.x. It should be "default" instead.
I'm getting an error on line 38 of iiif.js: `Cannot read property '0' of undefined` Looks like iiif.js is assuming that there will be tiles for every image, but according...
Is there any support for protecting objects from conflicting concurrent requests in this package? Or is any planned?
If I have an existing object, and now I want to add a new version of a content file, what method do I call? Seems like Object.add_version expects a fully-created...
Thanks to Ariki for the test case, and Carlton for the fix.
…le that can't be imported Based on work by Rohith PR and others in PR #14622
# Trac ticket number ticket-35326 # Branch description This patch handled temporary uploaded files when the filesystem storage allows overwriting files. # Checklist - [x] This PR targets the `main`...
# Trac ticket number ticket-17235 # Branch description Made request.FILES immutable. Continued the work from PR #10110 by @vinayinvicible. # Checklist - [x] This PR targets the `main` branch. -...