Elie Roux

Results 61 issues of Elie Roux

While I'm in the color profile feature requests, here's another one: it would be great to have an option to force the embedding of the color profile in the output...

New feature

CLDR-11440 - [x] This PR completes the ticket.

question
incomplete

[collection_frame.jsonld](https://github.com/w3c/web-annotation/blob/gh-pages/jsonld/collection_frame.jsonld) contains ``` "type": "Collection", ``` but this type is not defined in [anno.json](https://github.com/w3c/web-annotation/blob/gh-pages/jsonld/anno.jsonld), shoudn't it be `AnnotationCollection` instead... or am I missing something?

Errata

it would be nice to support [this part of the spec](https://iiif.io/api/presentation/2.1/#rotation), see also https://github.com/ProjectMirador/mirador/issues/2962 and https://github.com/openseadragon/openseadragon/issues/1793

openseadragon 2.4.1 has been released recently, see https://github.com/openseadragon/openseadragon/releases/tag/v2.4.1

Exemplified in http://eroux.fr/buguv2/buguv2.html : - open collection "Derge Kangyur" (which unfolds the collection) - click on any volume - click on another volume the entire UI gets reloaded and the...

I tried to embed UV3 but I cannot find any up to date documentation to do so. On the wiki: https://github.com/UniversalViewer/universalviewer/wiki/Embedding the advise is to use the script at http://universalviewer.io/uv/lib/embed.js...

Here is our use case: We are dealing with languages that can be displayed in various manners, for instance: - Tibetan displayed in: - Unicode Tibt script - EWTS transliteration...

When doing the following: ```ts import * as rdf from 'rdflib' const exfoo :rdf.NamedNode = rdf.Namespace("http://example.com/")("foo") ``` I'm getting: ``` Type 'NamedNode' is missing the following properties from type 'NamedNode':...

The function serialize works very fine when the first argument is `undefined` (as long as the third one is provided). i think it would be helpful if the Typescript reflected...