Chris Adams

Results 315 comments of Chris Adams

Maybe I'm just being dense but it seems like docs.rs doesn't have any mention of the push feature except the aside in the prose on the first page. The example...

I just ran into this & ended up using [mock.patch](http://www.voidspace.org.uk/python/mock/patch.html#patch) to force the values I needed: ``` @patch("gargoyle.gargoyle.is_active", return_value=False) ```

> Thank you for reporting! indeed, I think that for now the best course of actions would be to warn the user. This is somewhat unfortunate that properly solving the...

This might be as simple as waiting for consensus on https://github.com/IIIF/iiif.io/issues/1066 and having a simple “For content providers” example showing how to add HTTP `Link:` headers and/or HTML `` tags...

As per conversation with @azaroth42 in Slack I updated the links on https://www.wdl.org to use the type `application/ld+json;profile="http://iiif.io/api/presentation/2/context.json"`.

The example URL above no longer fails because the image has been switched to a TIFF (http://tile.loc.gov/service/project1/67352ccc-d1b0-11e1-89ae-279075081939.tif). The screenshot is accurate.

Not yet - there are two open issues for related questions: https://github.com/LibraryOfCongress/bagger-js/issues/23 https://github.com/LibraryOfCongress/bagger-js/issues/27 This also seems like a good thing to make configurable as I'd imagine there are whole installations...

I haven't – perhaps @edsu or @dbrunton might be familiar with any existing node.js implementations. I would want to reconsider some parts of the design because there would be far...

@edsu: @eikeon and I talked about using Electron very casually but I think that would be a great way to deprecate the old Java desktop app and avoid needing to...

It looks like there are now multiple projects on NPM. Given how much this depends on browser APIs which aren’t relevant to server apps does it seem like there is...