Edward Silverton

Results 185 comments of Edward Silverton

Also `TranslateTransform` ? You may need to move a set of objects from their original positions in order to arrange them to prevent overlapping for example.

Need an example manifest

related? https://github.com/pulibrary/figgy/pull/2524/files

test manifest: https://iiif-auth1.herokuapp.com/manifest/05_external

Have been looking at this today and there were a few reasons why the kiosk pattern wasn't getting invoked. However, now that it's opening the token service using for example...

The cookie is being set: ![image](https://user-images.githubusercontent.com/1334393/220595364-91777c3c-91a2-4c70-9907-9fd36d5aa8f8.png) But it's not being sent to the token service: ![image](https://user-images.githubusercontent.com/1334393/220595469-4abd755b-ff52-41e2-9a83-1e4148924b9b.png)

I think this is nearly working. The auth dialogue is being displayed and the cookie is being set on close. The access token is being generated, stored, and passed. However,...

https://github.com/IIIF-Commons/manifold/blob/master/src/ExternalResource.ts#L515