Results 44 issues of Gerben

I just noticed these [lines](https://github.com/ianb/pagearchive/blob/01f832583380309ec167c77f9af61e6f0af8f6aa/extension/make-static-html.js#L495-L497) in pagearchive: if (el.tagName == 'CANVAS') { return ''; }

snapshot quality

Too many links are nowadays obscured by link shorteners and tracker URLs. For example, on Twitter, a link would point to https://t.co/1PT68A6LEt when the author meant to refer to https://voice.mozilla.org/....

snapshot quality

I would like to enable calling `freezeDry(element)`, `freezeDry(range)`, and get back a string that serialises the given [Element](https://developer.mozilla.org/en-US/docs/Web/API/Element)/[Range](https://developer.mozilla.org/en-US/docs/Web/API/Range) (possibly also [DocumentFragment](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment), array of elements, ...). This would be useful to...

Currently, `highlightText` returns a function that removes the highlight again. In some cases, one may want more possibilities, e.g. attaching a hover event listener to the highlight elements, measuring its...

⭐️ Enhancement

Types & utility functions for annotations as a whole. With code imported from . Unfortunately, I keep getting an error when running `yarn test`. (even though I think I made...

We have discussed similar APIs before, to make the common use cases easier. - `createAnySelectorMatcher` mimics the signature of existing matcher creators, but works on any selector type we support....

Fixes #5. This allows passing `--branch ` to append the newly created commit to an existing branch. To make this happen, I changed the code to use `git workdir`, to...

It would be great to be able to publish for multiple branches at once, to avoid double work like this: "postpublish": "publish-to-git && publish-to-git --force --tag latest" Note the goal...

It would be great to be able to make all tags form a branch, e.g. `release`. Besides making it easier to overview the tags, it would let a client run...

If the `package.json` file defines a `prepare` script (e.g. to transpile source code), this will be correctly executed while packing and publishing. However, it will again be executed by the...