Bart Feenstra
Bart Feenstra
See https://playwright.dev/docs/test-global-setup-teardown
## Goals - Allow projects to define their own event types, in addition to those provided by Betty and third-party packages - Allow the Gramps extension to configure mappings between...
Generate concurrently to the docs build ## Blocked by - https://github.com/bartfeenstra/betty/issues/1479
## Blocked by - https://github.com/bartfeenstra/betty/issues/2057 - https://github.com/bartfeenstra/betty/issues/2118 - https://github.com/bartfeenstra/betty/issues/2126 - https://github.com/bartfeenstra/betty/issues/2133 - https://github.com/bartfeenstra/betty/issues/2123 - https://github.com/bartfeenstra/betty/issues/2137
`FileReference.focus` does not work for non-bitmap images such as SVG files which have no base dimensions to work with. ## Proposals - Apply focus in CSS for non-bitmap images ##...
Citations and sources are some of the oldest models, and were originally based on Gramps's citations, sources, and repositories. ## Inspiration - [RIS](https://en.m.wikipedia.org/wiki/RIS_(file_format)) - [BibTeX](https://en.m.wikipedia.org/wiki/BibTeX) - [Crossref](https://data.crossref.org/schemas/common5.3.1.xsd) - JATS ##...
This fixes https://github.com/bartfeenstra/betty/issues/2057 ## Ideas - Allow assertions (and chains) to be synchronous and/or asynchronous? Chains must be typed so that synchronous chains cannot be extended by asynchronous assertions. The...