Mat Kelly

Results 844 comments of Mat Kelly

In [9436999](https://github.com/oduwsdl/ipwb/commit/9436999fc977509427064b6b838f46e342f3360f), I created a wacz using: ``` wacz create -o ./samples/wacz/my-collection.wacz ./samples/warcs/5mementos.warc ./samples/warcs/froggie.warc.gz ./samples/warcs/salam-home.warc ``` ...which produces a 79 KB file. Attempting to replay this in https://replayweb.page/ shows no...

@ikreymer Thanks for your proactive feedback here. I ran: ``` wacz create -o ./samples/wacz/my-collection.wacz -f ./samples/warcs/5mementos.warc ./samples/warcs/froggie.warc.gz ./samples/warcs/salam-home.warc ``` and a 79 KB file [my-collection.wacz.zip](https://github.com/oduwsdl/ipwb/files/8710885/my-collection.wacz.zip) (.zip added only for GitHub...

Base test added in [25e91ad](https://github.com/oduwsdl/ipwb/commit/25e91ad07c14c1c1e42677ef0a55656ab32d16fe) but GH Action is reporting service issues.

`package_data` currently has 7 values in `setup.py`. Do we anticipate it growing? Are there other advantages that converting to MANIFEST.in would yield? Downsides version `package_data`?

@ibnesayeed Identical ports would have eventually bitten me. Thanks for mentioning that. I am hoping to have one container start with data (or blank and generated on the fly) and...

@ibnesayeed That's a good point and will require additional testing. The instance we setup for #152 would allow an additional data point for testing with a source outside of the...

See also https://github.com/whyrusleeping/iptb

@ibnesayeed Do you believe title extraction should be the default functionality or only activated when a flag is passed to the indexing script? My vote is the former, though it...

@ibnesayeed Do you want to work on surfacing these values to replace the URI-R+datetime that is currently displayed? Also, thoughts on retaining the display of the URI-R to correspond with...