Results 108 comments of Simeon Warner

I agree, it is true in the sense that they can't be used on the same resource, but irrelevant because of that. This description could be fixed in a bugfix...

I haven't imagined the case of adding a single file use in what is written so far. I have only considered adding whole versions to an object (which is then...

I don't think I would want to add facilities to update an already written version because that doesn't follow the archival model of OCFL. I think it would be interesting...

Yes, I think a file-by-file updater to create a new version would be good. If we were cute it could be a context manager so one could do something like:...

Have a version running that passes all tests with regular OS filesystem access and using Zipped sets of files (useful for test fixtures with empty dirs that git doesn't support)....

Maybe it is possible to pass the `strict=False` into the generic opener by adding a query parameter `strict=0` which is parsed and then used in the S3FS version of `open_fs`...

Have merged in `pyfilesystem2` branch as version 1.1.0. Needs some more work to tidy the pyfs code, especially the new version of `walk` that avoids using `scandir` in `ocfl/pyfs`

Certainly nothing in the code yet. I'd be interested in talking about this as a possibility. Perhaps a connector to a lock service that could have some simple default implementation...

Hmmm... the WSGI support was a bit of a hack that I got going as a test and never really sorted out. I agree that there needs to be a...

https://iiif.io/api/image/2.1/example/reference/detail/info.json now shows ``` "@id": "http://iiif.io/api/image/2.1/example/reference/detail", ``` and https://iiif.io/api/image/3.0/example/reference/detail/info.json shows ``` "id": "http://iiif.io/api/image/3.0/example/reference/detail", ``` which look good. Not sure whether there is still something to do here.