Gerben
Gerben
As remarked [in #61](https://github.com/nolanlawson/blob-util/issues/61#issuecomment-672861241): > a quick look at this library’s dataUrlToBlob() implementation reveals however that it throws away all of the media type parameters! And blindly assumes base64 encoding....
Currently, `blobToDataUrl` simply puts `blob.type` into the URL (at [this line][1]), but it should be cleaned up to be valid: - `blob.type` may contain white space (e.g. I encountered a...
The `@charset` at-rule "must be the first element in the style sheet and not be preceded by any character" ([see MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/@charset)). If different files have different charsets, things could get...
We now either have to choose whether the URL params initially overwrite the state, or the state overwrites the URL, but sometimes you may want to incorporate information from both....
Rather than setting the `defaultValue` for each parameter separately, and to have a single point of truth, I would like the default value to be inferred automatically from the store's...
These are roughly the commands from our [Creating a Release](https://github.com/apache/incubator-annotator/wiki/Creating-a-Release) and [Testing a Source Release](https://github.com/apache/incubator-annotator/wiki/Testing-a-Source-Release) wiki pages, with the idea to make these procedures easier for a next release. @tilgovi...
Many annotation tools want to match a quote also when it has been modified slightly, but we have yet to implement this. Enabling approximate/fuzzy string matching could be an option...
In the [note][] about selectors and states, section 5: > The values SHOULD be percent encoded [rfc3986]; the encoding is a MUST for characters that may make the fragment ambiguous,...
[It refers](https://www.w3.org/TR/2017/NOTE-annotation-html-20170223/#bib-selectors-states) to `http://www.w3.org/TR/selectors-state/`, but 'state' should be 'state**s**': `https://www.w3.org/TR/selectors-states/`.
For use in shell scripts or to pipe hyp’s output into other commands, it would be practical to have an option to only get the address of the created drive/bee...