Chris Beer

Results 180 comments of Chris Beer

This might be resolved by getting the right `container` prop down to that suggestion widget. We might have similar examples in the code base where we're doing that.

Thanks for the report; a feature like this seems like it may be quite useful for constructing some more guided IIIF collections. I'm concerned, however, that I'm not seeing anything...

I tagged this as low-hanging fruit because it should be relatively straight-forward, with one minor wrinkle: - add a new setting in the `settings.js` (which gets merged into the provided...

This is potentially low-hanging fruit for a first pass at least. I'm a little worried it devolves into support for grouping the catalog manifests into folders for some more advanced...

I'm not sure I understand the current approach, so I don't get why the `Geoblacklight::Engine` is messing with the view configurations in the first place. For clarity, if nothing else,...

geoblacklight overrides these methods to display the map bounding box a little nicer? This might benefit from some upstream work to clarify a good seam for this (maybe something with...

`thread_mattr_accessor ` is only available in Rails 5+, but active-fedora still supports activesupport 4.2.

We currently have a special case for datetime fields (presumably for the same reason?), but it requires you to declare in the model that the value is a `type: :date`...

The information should also be a `Link:` header in the `HEAD` response.

Like much (all?) of `ActiveFedora::FinderMethods`, that method comes nearly wholesale from Rails' `ActiveRecord::FinderMethods`: https://github.com/rails/rails/blob/master/activerecord/lib/active_record/relation/finder_methods.rb#L437