Mat Kelly

Results 434 issues of Mat Kelly

It's fast. https://github.com/uber-go/zap

enhancement
contributions-welcome

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.

enhancement
contributions-welcome

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...

enhancement
bitesize

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

userInterface

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)

enhancement
BLOCKER
associated branch

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...

bug