Chris Colvard

Results 53 comments of Chris Colvard

@gkellogg Thanks for the advice! I ended up skipping the explicit subclassing in our monkey-patch for now. I'll see if there is anything that could be fed back upstream to...

This seems like a really good idea! I'm happy to approve once CI is fixed.

@AkashAAD I believe this might be fixed with the latest versions of hyku and hyrax. I see a switch to the full URI being passed to UV in Hyku 1.0.1...

Looks like ruby 3 is currently blocked by ldp requiring a ruby 2. https://app.circleci.com/pipelines/github/samvera/active_fedora/212/workflows/288218cd-8ac9-438d-93a2-5072f3f8aed3/jobs/1064?invite=true#step-108-1519

When making the 12.2.4 release to fix the rdf issue I also backported the fix for this from main (https://github.com/samvera/active_fedora/pull/1474). So I'm not sure if this PR makes sense to...

I reverted to `rdf` 3.0.5 and the failing tests passed. I think we should pin to `rdf` 3.0.5 for now and fix this in `rdf` by implementing `marshal_dump` and `marshal_load`....

I'm :+1: to this change. Do you think these constants are part of the public API that would require a major version bump? If so, then we probably need deprecation...

Reviving this issue, `mime_type` is updatable now but `original_name` is not.

This should also fix #5596, #5595, and #5492.

@dlpierce I've done some very limited manual testing and haven't seen any issues with solr. I'm not sure if the traversalFilter is useful for our use case or not. I'd...