Stephen Fraser

Results 43 issues of Stephen Fraser

In the published package the `./src/types` folder doesn't appear to be included in the `./dist` folder. If you check `Select.d.ts` you can see it importing from `./types` which doesn't exist...

Support for [Storybook](https://storybook.js.org/) using the HTML preset and JSX-DOM for rendering the HTML using JSX. * Requires dist folder to exist, so you need to run `npm build` first *...

steering group review

#### Description of what you did:

bl

At the moment we have the locales (dynamically imported) from the BaseExtension: https://github.com/UniversalViewer/universalviewer/blob/67ada49f6d866a51ab173d7166f6ddf04fffb471/src/content-handlers/iiif/extensions/uv-default-extension/Extension.ts But then, some of the classes that extend from this base redefine the locales, without modification. This...

good first bug
architectural

Proposal for tracking Technical/UX/general proposals, with a clear place for stakeholders to view and comment on proposals for changes, new features etc. Examples: - https://github.com/rust-lang/rfcs - https://github.com/tc39/proposals (authors + champions)

uvcon
steering group review
ACTIVE

There is some ambiguity with the [IIIF Image API Selector](https://iiif.io/api/annex/openannotation/#iiif-image-api-selector) and how rotation relates to the annotation target. When you have an annotation body like this: ``` { "type": "SpecificResource",...

image
discuss
extensions

In the [IIIF Presentation 3 specification](https://iiif.io/api/presentation/3.0/) the `language` property is documented under [3.2 Technical properties](https://iiif.io/api/presentation/3.0/#32-technical-properties) but in the [Summary of property requirements](https://iiif.io/api/presentation/3.0/#a-summary-of-property-requirements) table it is listed as a "Descriptive and...

presentation
editorial
discuss

* Added vite build adapted from other repos (good typescript support by default) * Added vitest - although tests need to be migrated. I've added a working example * Added...