Mat Kelly
Mat Kelly
It's fast. https://github.com/uber-go/zap
A base, static Memento data set would be nice for automated testing. [TravisCI integration](https://docs.travis-ci.com/user/languages/go) for style checking/linting, at least, ought to be trivial.
Since the version number has stayed static for a few builds, it would be particularly useful for the app to include a build number appended to the version to indicate...
MemGator currently looks to `http://git.io/archives` on startup by default. If git.io goes down, MemGator has no default list of archives. Coupling a local service's functionality to a remote online resource...
There are times when, if one archive fails to respond to memgator, I don't want a response from a client querying for results from memgator. This would be different from...
e.g., through either HTTP request headers or path-style specification (ew!), allows the server-side execution of the MemGator service to halt waiting for archives to respond and return the currently aggregated...
As a web-service, the number of mementos is returned as an HTTP header but if just running the script as a one-off with a single URI, a TimeMap is returned...
When viewing a memento, the only options for navigation are to go back to the live web or iterative navigate one-by-one through the next/prev/first/last. Navigating to a memento two positions...
Per https://blog.chromium.org/2020/12/manifest-v3-now-available-on-m88-beta.html, manifest version 3 is available for testing in Chrome 88 beta. Of significance is the deprecation of background scripts in favor of service workers. Barriers: TBD Branch: [issue-316](/machawk1/mink/tree/issue-316)
The default aggregator at memgator.cs.odu.edu is currently returning an HTTP 502. The logic for aggregator fall-through uses fetch, which will not invoke the catch to handle the error, thus the...