Mike Bremford
Mike Bremford
I'd originally worked this up and tested it at https://apps.wikitree.com/apps/bremford24/tree/, but as suggested after posting to the WT-Apps group, I've now integrated it with the wikitree-dynamic-tree and this version is...
Because I was calling `fetch()` directly rather than using `WikiTreeAPI.postToAPI()`, I was not sending the `token` parameter which - it turns out - is necessary when the tree is hosted...
While working on SlippyTree I did some testing swapping between various views, and found quite a few of them didn't clean up after themselves properly when closed. This PR fixes...
A recent MathML examples from David had this sample ```xml x+ bold link to x y+ italic link to y ``` When converting to PDF/UA-2 the `` is tagged using...
It seems odd that we can use a PDF fragment identifier (normatively defined in 32K:2020 Annex O) to instruct a PDF viewer how to jump to a destination within a...
**Describe the bug** Table 120 has `FontFamily`: > (Optional; PDF 1.5) A byte string specifying the preferred font family name. EXAMPLE 1 For the font Times Bold Italic, the FontFamily...
There's a long-standing practice in PDF that XMP Metadata streams should not be compressed, but there is no note to this effect. So this issue raises two questions: 1. Is...
If I load any profile in the "Ancestor Webs" tree, even one with no connections (eg "Gil-417"), it seems to keep adding elements to the SVG until the DOM stops...
**Describe the bug** Proxying Gollum behind an HTTPS server would be a lot easier if, whenever a 302 Redirect is sent, it was sent as a relative URL. For example,...
This issue is a recommendation that we formalise, or at least document, an approach taken by the LaTeX team when converting to/from MathML in it's XML form, and MathML as...