Daniel Keller
Daniel Keller
Possible Solution: I think the root cause is [here](https://github.com/cantaloupe-project/cantaloupe/blob/21057cf72071840e2a984450bf8845c6e6490ec9/src/main/java/edu/illinois/library/cantaloupe/cache/S3Cache.java#L189). In this if statement a "403" response could also mean "No Such Key" and not actually "Access Denied". I believe 403...
Extending Knex will not retroactively add the custom method to existing instances of knex. As @ddziara mentions the issue lies in the `SQLDataSource` constructor. If we instantiate the database connection...
In addition: Based on how way the 5.0 docs are written, we should be able to make a request to `/health` with no config changes. There is no mention of...
This is still an issue in 2023. At least this Github issue comes up when you google the problem which is what prevented me from hours of headaches.
Unfortunately, this requires ([DTEND](https://icalendar.org/iCalendar-RFC-5545/3-8-2-2-date-time-end.html)) which is not supported by this library (see https://github.com/jkbrzt/rrule/pull/421). To represent a month long event reoccurring yearly you need to track an end date separately from...
I'm also looking for a solution to the "scrolling past deepzoom images" on both desktop and mobile. **TL;DR I can get Google map style scrolling in openseadragon v2.4.2 but not...
Thanks @iangilman. I'll keep working at it in my free time. With some additional logic it will be easy to have different instructions depending on OS and event type (touch...