Tom Schraitle
Tom Schraitle
Really cool project, thank you very much for all your efforts! :heart: # Problem Modern Python project uses the `pyproject.toml` file to configure a project. However, this can't be selected...
* Introduce `Spec` class to deal with such comparisons * Improve documentation * Simplify code in `Version.match` (delegates to `Spec.match`) # Implementation Questions * Is the `Spec` class the right...
### Problem description At the moment, our assembly files are "simple": they contain one structure and there is not much variety (except the one assembly file from Tomas about ALP)....
### Problem description DAPS currently have the option `--xsltprocessor=PROCESSOR` to support different XSLT processors. However, Saxon 10, 11, or 12 is not supported. ### Expected behavior Saxon 10-12 supports XSLT...
This (draft) PR fixes #702 and contains: * an implementation in the autoconf/configure scripts to search for saxon scripts. At the moment, it prefers the script `saxon12` (currently available in...
The front page of your GitHub page contains this message: ``` The only backup program that doesn't make backups! -- http://miek.nl/projects/rdup/index.html ``` The above link doesn't work.
# Situation I really like Concourse and its features. :heart: Also the documentation gave me a good insight into the possibilities. However, I see some issues with the current documentation:...
This is the PR/playground for issue #212.
# Situation I brought up this idea in the [docbook-apps mailinglist](https://lists.oasis-open.org/archives/docbook-apps/202212/msg00008.html). Not sure if this is the appropriate place as docbook/docbook is solely for the schema. Feel free to move...
# Problem Probably many DocBook users has still a XSLT 1.0 code base. When you want to migrate this code base to the new XSLT 3.0 stylesheets, people probably search...