Trey Pendragon

Results 122 comments of Trey Pendragon

Ooh, I like the pid idea. I've thought about this one a lot too, since it fails for me locally basically always. We were just leaking SO MANY handles before...

@dchandekstark Can you rebase this so CI passes?

:+1: This would be great, and was something I was looking to put in activefedora-aggregations, but I think you're right that it belongs here.

@cbeer Seems like that's the case where you'd want it to know, so that it could initialize the container on creation. I don't really understand what `is_direct_container_for` does, though.

I think a good start would be ``` ruby class GenericFile < ActiveFedora::Base has_direct_container :files, :member_relation => RDF::DC.hasPart end ``` Which will spin up a /files direct container on save...

Do you not need it to do #find? If not, then :+1:

This is really important - we'd like to see user journeys through our various sites, but we can't right now because all we see is sub-paths - no hostnames.

No, because after the source_metadata_identifier is filled out it'll import a title after saving, which is useful to see. (The title field gets marked as readonly, in that case.)

I was able to work around this like this: https://github.com/pulibrary/plum/commit/627424f76f07eac3503d954d9daf669c01785e17 But it'd make me a lot more comfortable to have built in functionality for this, just so we're not binding...

I'd really love this. Thanks @bysensa that helped: https://github.com/pulibrary/dpul-collections/blob/embeddings_tei_rust/native/embedanything/src/lib.rs