Mat Kelly

Results 434 issues of Mat Kelly

https://github.com/oduwsdl/ipwb/blob/master/tests/test_nodeToNode.py requires two ipwb instances. I am unaware on how to do this within a single test case but travis-ci [supports docker](https://docs.travis-ci.com/user/docker/support), so using it to spin up two ipwb...

Code/Project quality
testing
testing-travisci-multinoderequirement
Docker 🐳

While we have https://ipwb.ws-dl.cs.odu.edu/ built and deployed on each release, @ibnesayeed has expressed interest in using [PWD (Playing with Docker)](https://labs.play-with-docker.com/) as a means of users deploying their own systems. This...

Docker 🐳

In #613 recollected that we were considering moving to [Responder](https://github.com/taoufik07/responder) from [Flask](https://palletsprojects.com/p/flask/). Would there be advantages and/or ramifications of doing so? Let's document them here to see if it would...

enhancement
Meta

This is no longer the case and causes the error (as follows) when the instructed command is run: ``` ERROR: An index file must be specified if not piping, e.g.,...

bug
Documentation
Docker 🐳

The README gets into some of the technical details of the software but fails to describe a high-level use case. Having these sort of use cases might facilitate those that...

enhancement
Documentation

Both replay and indexer perform IPFS.cat() and IPFS.add() for each of the header and the payload in series. A potential optimization exists in threading these two calls with a timeout...

enhancement
ipwb indexer
ipwb replay

Possibly use the Archive-It and/or another data set

Evaluation

Given we use ServiceWorkers for rewriting, if the JavaScript of a memento uses ServiceWorkers, will the ipwb replay SW still function as expected?

ipwb replay
serviceWorker ⚙

In #406 we improved the ipwb replay UI to have a more suggestive placeholder value and a submit button for accessibility: ...however, it is still unclear in this interface what...

ipwb replay
UI/UX/Accessibility