Demian Katz
Demian Katz
Work in progress. TODO: - [x] Resolve conflicts with master - [ ] Finish refactoring extensions to use webpack - [x] OSD extension - [x] PDF extension - [x] PDFObject...
This code hasn't changed in quite a while but a release hasn't been tagged since 2013; it would be nice if we had a released version we could pin in...
**UV version:** ``` [email protected] ``` **I'm submitting a:** - [x] bug report => please fork one of these [codesandbox examples](https://github.com/UniversalViewer/universalviewer/wiki/UV-Examples) with a repro of your issue and include a link...
As of this writing, l10n files are extension-specific. However, it would be useful to add an "extends" feature that would allow the extension l10n files to inherit strings from a...
The download option "current view" seems subject to problems. For example, try loading this manifest: http://digital.library.villanova.edu/Item/vudl:449131/Manifest Zoom in a bit and move the image so that only the bottom right...
It is possible that users may wish to control download behavior of links in the download menu -- some might prefer to have links open in a new tab, while...
Now that UV requires Node 18, we should use appropriate versions in our GitHub actions. This updates them, as per discussion on today's Community Call.
**UV version:** ``` [email protected] ``` **I'm submitting a:** - [x] bug report => please fork one of these [codesandbox examples](https://github.com/UniversalViewer/universalviewer/wiki/UV-Examples) with a repro of your issue and include a link...
As discussed on today's Community Call, this PR makes some improvements to CONTRIBUTING.md to make it more helpful. It adjusts heading levels for consistency, adds a note about the destination...
I ran into a fatal problem in my index because a record with malformed (non-numeric) control fields caused the FullRecordAsJSON2 method to throw an exception instead of exporting MARC-as-JSON. This...