Tessa Walsh
Tessa Walsh
## Export ### Data - [X] Org (filtered by id) - [X] Crawls (filtered by oid) - [X] Crawl files - [X] Crawl configs (filtered by oid) - [X] Crawl...
Have comments, questions, suggestions for Browsertrix's new Quality Assurance features? Let us know here!
In some resource creation API endpoints we return the id for the object created, in others we don't. This could use a consistency pass. @SuaYoo suggested returning the entire created...
Now that we have QA features being released shortly, we need to document them!
Fixes #58 This PR modifies canonicalization of non-GET request bodies into query strings to be consistent across Webrecorder projects. It introduces a new test case that is also in pywb...
Related to https://github.com/webrecorder/specs/issues/141 warcio.js and pywb have slightly different behavior in terms of how keys are handled. For example for an input `{"a": [[], {}, true, false, null, "", "...
Fixes #141 This PR adds a new specification for Request Body Canonicalization (sometimes also referred to as POST canonicalization), which describes new consistent behavior between pywb and warcio.js, with fixes...
POST canonicalization (or POST append) is implemented in pywb, warcio.js, and cdxj-indexer, but doesn't have a written specification. This was first implemented in pywb in https://github.com/webrecorder/pywb/pull/636. Various implementations are described...
e.g. pie charts using [D3.js](https://d3js.org/)
Currently, METSFlask returns a 500 Internal Server Error if a user (1) tries to upload a file that is not a valid Archivematica METS file, or (2) the application runs...