Chris Colvard

Results 53 comments of Chris Colvard

Part of https://github.com/avalonmediasystem/avalon/issues/6397

Ticket for rails 7.2 support in core components: https://github.com/samvera/maintenance/issues/161 Ticket for ruby 3.3 support in core components: https://github.com/samvera/maintenance/issues/159 @randalldfloyd and I will be working on getting all core components up...

Looks like builds failed when creating the solr core thus all tests that made calls to solr failed. This might have happened because of pulling in new versions of packages...

FWIW it looks like Sanford handles this in their Blacklight catalog using fully textual labels: "year (new to old)", "year (old to new)". It might be a bit long but...

Is this related to / resolved by https://github.com/samvera/hydra-head/pull/566 and https://github.com/samvera/hyrax/pull/7276?

I'm not sure if the failing test really makes sense. The test is checking that the sidebar displays when there is no search parameters. It doesn't display now because there...

Looks like this span is coming from [defaults in hydra-editor](https://github.com/samvera/hydra-editor/blob/96acd9634d0114e667c1773633d2a5f0ca40f85e/app/assets/javascripts/hydra-editor/manage_repeating_fields.js#L21). It might be possible to pass in a custom option to override when [hyrax calls manage_fields](https://github.com/samvera/hyrax/blob/8abde49b1aacd17400e5bf0fd2717ab90d0ab7c9/app/assets/javascripts/hyrax/editor.es6#L56) or possibly in [FieldManager](https://github.com/samvera/hyrax/blob/8abde49b1aacd17400e5bf0fd2717ab90d0ab7c9/app/assets/javascripts/hydra-editor/field_manager.es6#L5).

@dlpierce's [comment on #7291](https://github.com/samvera/hyrax/pull/7291#issuecomment-3613249115) suggests a different solution. What do you think @nhomenda?

I think we should prioritize updating this documentation with the release of Hyrax 3.0.

Looks like `ruby-box` is a box.com ruby client. It hasn't been updated in 10 years. It looks like `boxr` is the current accepted (but unofficial) ruby client. We should into...