Joel Dunham
Joel Dunham
I have recently run into this issue also. The ultimate problem here seems to be lack of clarity over what exactly is the specification of the regular expression language used...
Wow, I just lost too much time trying to figure out why a url-encoded email in the path parms works in clojure but not clojurescript with`[#".*" :email]`. Thanks for the...
I needed it too, and it seems to work as expected. Thanks.
Assuming a URL is `scheme:[//[user[:password]@]host[:port]][/path][?query][#fragment]`, are you proposing adding a new attribute to `Pipeline` so that `Pipeline().remote_url` must be a valid `scheme:[//host[:port]]`? Or are you thinking of modifying the logic...
Sounds good to me.
Changing the source as per this issue might not even be necessary. It may simply be necessary to improve how we write tests. See https://github.com/artefactual/archivematica/pull/772
Will be fixed by https://github.com/artefactual/archivematica-storage-service/pull/262
Hey @ross-spencer, Yeah, we haven't implemented PREMIS element creation via attribute setting yet. I guess that would mean implementing `__setattr__`. It would probably be a good idea to implement what...
@ross-spencer I agree. In fact, I think even nicer would be making `.validate()` an instance method of `METSDocument`.
After this is merged, a 0.2.1 release should be created so that https://github.com/artefactual/archivematica-storage-service/pull/262 can require it.