Gerrit Imsieke
Gerrit Imsieke
I see there has been some [discussion](https://github.com/mathjax/MathJax/wiki/Mathjax-v2.2-feature-discussion), but no progress on this matter. A customer of ours intends to use MathJax for presentational MathML rendering. There are some aligned expressions...
(related to #18) As reported by @gsfs in https://github.com/transpect/docx2tex/issues/80#issuecomment-792841432
in 7.8, it’s still 256
As reported by David Cramer on xproc-dev: When putting `p:xinclude` in `p:try`, the document on the `error` port has very little details. I tried it with 1.2.1-99. Running Untitled1.xpl ```xml...
In the same area of our EPUB converter where #281 and #288 appeared, there was now a new error. There is a `p:iteration-source` that iterates over resources whose base URI...
While many of our and our customers’ pipelines could be migrated from Calabash 1.1.15 with Saxon 9.6 to Calabash 1.1.21 with Saxon 9.8, I noticed a regression in a specific...
This pipeline does a directory listing of the directory that it resides in, and it is supposed to load all files whose names match the regex `\.x[mps]l$`: ```xml ``` Morgana...
What’s happening is that a certain complex pipeline exits with said exception when I try to evaluate p:iteration-position(). When I replace a previous step that is the result of a...
When checking URL citations in journal XML with p:http-request, we recently stumbled across the URL http://www.journalofosteopathicmedicine.com/ that makes p:http-request (and the whole pipeline and Calabash around it) crash. [This gist](https://gist.github.com/gimsieke/c456c5f82a346c515960)...
In complex pipelines, it is often difficult to track down the sources of dynamic errors. Calabash does not provide much context information. I don’t know which context info would be...