Chris Beer

Results 180 comments of Chris Beer

If the network isn't available, presumably you won't be able to download that version either? Maybe we need some logic to look at locally cached versions and pick the latest?

It should be used here: https://github.com/cbeer/solr_wrapper/blob/master/spec/lib/solr_wrapper/instance_spec.rb#L7

I don't think there are any changes to the routes file; the configuration is fully encapsulated in the engine and just needs a little initializer like: ```ruby Riiif::Engine.config.iiif_routes = {...

Maybe you're right; it seems a shame to pull down a full size image when all you really need (for indexing) is the info.json document.

- [ ] performance benchmarks - [ ] out-of-the-box application that uses RIIIF to make it easy to try out

I'm not sure I understand the motivation for this change, but this seems like it could be incredibly disruptive to downstream applications are require a lot more overriding to recreate...

It looks like the leaflet `.search-control` has a white background with a border radius 4px, but the bootstrap `.btn-primary` inside it has a border-radius 6px?

Unfortunately, the `edismax` notion of boolean operators doesn't align well with user expectations and there's a handful of browse categories (like 100) that probably break without adv search's query parsing,...