Aiosa

Results 92 comments of Aiosa

For me using `adapter-fetch` and node `20.11.0` works, but I get this message: `[Polly] [adapter:fetch] Using the fetch adapter in Node has been deprecated. Please use the node-http adapter instead.`...

I solved this more generally using a timestamp. I think this simple solution works only with simple scenarios, such as only one tile source, no transparency etc., see: https://github.com/openseadragon/openseadragon/issues/866#issuecomment-820449459

To partially handle the transparency issue, if you have multiple sources to work with, use `tile-loaded` event as openSeadragon did not harm your canvas yet. In `openSeadragonGl.js` do the following:...

I somehow managed to get working all the stuff. Maybe in future I will release modified version of this plugin (or share pull request) that can - use multiple shaders...

[Ok I had some time, so I tried to put together the updates I made and uploaded them to my own fork of this repository (there are already multiple pull...

Hi unfortunately no. I don't even remember much about the plugin anymore, I was refactoring it more and more and then it was no longer the original plugin. Now I...

Yeah, neither for me, because the AID of the applet is wrong. I traced the desktop app and it sends select commands: > 00 A4 04 00 07 **A0 00...

I tried to go with the second AID, did not get far though > 00 A4 04 00 08 A0 00 00 05 27 47 11 17 > 79 03...

Well, I tried all the three AID versions with the following results (APDU tracer): **A0 00 00 05 27 20 01** Desktop authenticator: > 00 A4 04 00 07 A0...

Sorry, I was misled by @vlsinitsyn who seems to be having exactly the same issue, so I joined. Will create one once I can debug the android.